Hi all, Is there any way to accept more than one incoming connection at a time over sockets? I know you can have multiple outgoing connections, but it doesn't seem to be able to handle more than one incoming request at a time. Even worse, if I fire a bunch of requests at it, sometimes the port I am listening on can get closed and then my server won't respond at all until it calls "accept" again. I've noticed that repeatedly calling "accept" with the same port number causes openSockets() to return one entry for each time I call it, but this doesn't seem to help. I also have tried using the syntax for other sockets (adding "|" plus an identifier to the socket name), but that doesn't seem to work with "accept". I'm firing multiple requests from the same IP to my server, if that makes a difference. Any ideas would be very helpful. Brian Archives: http://www.mail-archive.com/[email protected]/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to <[EMAIL PROTECTED]>, not this list.
