Hello,
I've been working on a simulation server that accepts clients over a network
and thus needs something like the python select module. So far as I an
tell, select does not work with jython because of the limitation of the JVM.
Since the simulator will accept an undetermined number of clients, I can't
just use sockets (or at least I haven't found an easy way to do this).
Are there any existing workarounds to get the effect of using a select
module? If possible, it should be compatible with python (but this is not a
real requirement). Thanks, and congratulations on the progress and success
of jython!
David Wangerin...
|