[Medusa-dev] Medusa for Jython

Andrew Kuchling amk@amk.ca
Mon, 19 Aug 2002 20:23:14 -0400


On Wednesday, August 14, 2002, at 06:23 AM, Sergio Lobo wrote:
> I would like to have medusa installed correctly in Jython. Is that 
> possible?
> The installation worked perfectly with Python but I am having problems 
> with
> Jython.

I'd be quite surprised if Medusa worked with Jython at all, because it 
relies heavily
on the select module, and select() isn't supported under Java.  I 
believe Jython may
have a module that emulates select()'s behaviour using multiple threads,
but Medusa is likely to strain it to the breaking point.

--amk