Afficher un message
Vieux 06/10/2007, 09h58   #2
Martijn Lievaart
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: multiple TCIP connections

On Fri, 05 Oct 2007 23:06:53 -0700, vinki wrote:

> Hello everyone,
>
>
> I have this code for TCPListenPort. The code works fine, but my manager
> is
> asking me to establish multiple connections to the same port. How can i
> acheive that
>


Get a good book about writing tcp/ip servers on Windows. It's trivial on
Unix with fork(). On Windows, you need to use threads. Not hard, but not
completely trivial either.

HTH,
M4
  Réponse avec citation
 
Page generated in 0,04367 seconds with 9 queries