|
From: brian z. <bz...@zi...> - 2002-01-10 13:16:43
|
Geetha, There is currently no support for select in < JDK1.3 without using JNI. With 1.4 it should be possible to implement select but it I've not completely tested it. It is something I would like to work on the near future though. brian > -----Original Message----- > From: jyt...@li... > [mailto:jyt...@li...] On Behalf Of > ge...@in... > Sent: Friday, January 11, 2002 12:13 PM > To: jyt...@li... > Subject: [Jython-dev] select module > > > Hello, > > I recently downloaded jython and am experimentint with it. > > I have a working python application server implementation > and am planning provide some API for extending its > functionality, etc... In this context, I was exploring a > posibility of compiling the whole app to Java hence provide > the same API in Java and make the app extensions possible in Java. > > Incidentely I am using the fast medusa server > http://www.nightmare.com/medusa/ as my core. > It depends > heavily on the select module. > > Can you please provide me an implementation of the select module ? > > Thanks and regards > geetha manjunath > > > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/j> ython-dev > |