Steve Bergman <[EMAIL PROTECTED]> writes: > Wait a minute. I'm not sure what limitations CherryPy/Http 1.0 have, but it > is perfectly OK to have multiple *connections* to the same port. It's even OK > to have multiple connections to the same port from the same remote host. Only > 1 server can *listen* on a particular port, however.
Then you either multiplex the connection or fork it to another port. -- Jorge Godoy <[EMAIL PROTECTED]>

