[medusa] No Subject
Sam Rushing
rushing@n...
Wed, 15 Dec 1999 13:00:40 -0800 (PST)
Jonez writes:
> greetings,
>
> as an FYI, the package that comes with redhat 6.1 has a 'quite' old
> version of asyncore, based on the CVS revision information.
> specifically, the 'log_info' method appears to be missing from the
> version that is installed by redhat. I solved the problem by
> copying the file from the 1999-09-02 distribution of medusa.
Yup, the core has been getting a few tweaks over the past year. The
latest is a reworking of the way the socket_map dictionary works in
order to improve performance with large numbers of sockets (>1000).
I should probably get it checked in, a few minor changes still
remaining.
> how does one obtain access to the CVS version of medusa? I am
> interested in getting whatever 'tweaks' might be available.
This should do the trick on unix:
bash$ export CVSROOT=:pserver:medusa@s...:/usr/local/cvsroot
bash$ cvs login
# password=='medusa'
bash$ cvs checkout medusa
[or]
bash$ cvs checkout medusa/asyncore.py
-Sam