LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Two clients connect to one server

Hi
I wrote program in LabWindows5.0.
I register my server and anything ok. When connect first client is ok.
when connect second client then first client is disconnect. Why?
Programs running on the one komputer.
My register function:
RegisterTCPServer (10000 /*port*/, CalClient, callbackData);

Sciana
0 Kudos
Message 1 of 3
(2,877 Views)
Are you using tcp/ip library? If yes, are you saving separate handles for
the 2 clients on server side?

vishi


"Sciana" wrote in message
news:e4eb55ce.0302070331.6b5c56a@posting.google.com...
> Hi
> I wrote program in LabWindows5.0.
> I register my server and anything ok. When connect first client is ok.
> when connect second client then first client is disconnect. Why?
> Programs running on the one komputer.
> My register function:
> RegisterTCPServer (10000 /*port*/, CalClient, callbackData);
>
> Sciana
0 Kudos
Message 2 of 3
(2,877 Views)

Hello,

I am facing the same problem have you solved ?

If yes kindly help me

 

Thanks and Regards

Umer

0 Kudos
Message 3 of 3
(2,496 Views)