From: brian z. <bz...@zi...> - 2001-04-10 19:43:38
|
Rafael, select() is not supported in Java so in order to get the same functionality you'll have to resort to a JNI implementation, such as the one at: http://www.cs.berkeley.edu/~mdw/proj/java-nbio/ Java uses a multi-threaded approach to handle multiple concurrent transactions. brian At 02:34 PM 4/10/2001 -0300, Rafael Harispe wrote: >Hello, i{m a beginner with Jython and I am trying whit a socket server >program with miltithread. >I found that secket.recv method block the thread, so I am trying to use de >select.select method, jython interpreter say... >ImportError: no module named select > > >Thanks a lot, and nice to meet you!!! > >PD: sorry, my English is not good. > > >_______________________________________________ >Jython-users mailing list >Jyt...@li... >http://lists.sourceforge.net/lists/listinfo/jython-users |