[medusa] Medusa & JPython

Andrew Kuchling akuchlin@m...
Thu, 28 Sep 2000 14:54:15 -0400


On Thu, Sep 28, 2000 at 06:34:30PM -0000, mdeavila@s... wrote:
>It appears that Medusa (ver. dated 2000/06/01) does not run under 
>JPython. Specifically, Medusa uses the regex module, which does not 
>exist under JPYthon.

Does JPython support an emulation of the select module, though? This
would be critical to Medusa working at all. select could be emulated
with threads, though I'd imagine this would make it impossible to
handle very many clients simulatneously, due to the number of threads
required.

--amk