chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Initial release of epoll egg


From: Peter Bex
Subject: Re: [Chicken-users] Initial release of epoll egg
Date: Wed, 18 Aug 2010 19:10:23 +0200
User-agent: Mutt/1.4.2.3i

On Wed, Aug 18, 2010 at 10:05:50AM -0700, David Reynolds wrote:
> If you've seen my last email, you know I'm working on some server technology
> called Rooster. I broke out the epoll stuff into its own egg and put it on
> github here: http://github.com/davidreynolds/epoll

It's nice that you made it easily installable by making an egg out
of it.  However, it would be even more easily installable if you
requested a svn account and put it in the egg repository.

If you do that, people will be able to do a simple:

$ chicken-install epoll

and it will be installed.  More importantly, people building eggs
that make use of epoll will also be able to do so.  If I build an
egg called "foobar" that depends on epoll, people will be able to do

$ chicken-install foobar

and it will automatically fetch and install all dependencies,
including epoll and any other stuff I might be using.

Please consider doing this!

Cheers,
Peter
-- 
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music."
                                                        -- Donald Knuth



reply via email to

[Prev in Thread] Current Thread [Next in Thread]