Hi,

I've just checked a previous version of my program written in REALbasic 5.2
and it works perfectly fine. It is only the change to REALbasic 5.5 where
the problem occurs. In 5.2, each workstation is able to send packets of
information individually without hanging. I can watch my server receiving
packets from each workstation without any problems. In 5.5 I turn on both
workstations and let them connect. One will immediately take hold and be the
only one sending the information through. The other workstation will just
give up.

If anybody has had experience with this and knows what I might be able to do
to change this, that would be great.

Thanks.

Cindy

> Hi,
> 
> Yes, I have set this to 200. It works fine for Mac with the same amount of
> workstations connecting. I'm pretty sure the problem is the way the
> tcpsocket is working on windows. One tcpsocket is accepting all the
> information from the one server and is not yielding time to the other
> sockets.
> 
> Any ideas would be appreciated.
> 
> Thanks.
> 
> Cindy
> 
>> Did you defined MaxConnection (or alike) for the server socket?
>> 
>> If you don't set this values, clients will fail simply because no
>> socket is available. Problem occurs for concurrent connections.
> 


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to