Re: [twsocket] USERPostMessageLimit

2012-03-14 Thread MFischer
twsocket-boun...@elists.org schrieb am 08.03.2012 15:12:18: > [Bild entfernt] > > Re: [twsocket] USERPostMessageLimit > > Arno Garrels > > an: > > ICS support mailing > > 08.03.2012 15:12 > > Gesendet von: > > twsocket-boun...@elists.org > > Bitte Antwort an ICS support mailing > > mfisc...@bfe.tv

[twsocket] USERPostMessageLimit

2012-03-08 Thread MFischer
Hi, i am using the Standard TWSocket in a Server and round about 70 Clients. After a Client is connected to the Server, the Client starts immediately to send string messages. After some sort of filtering the messages are broadcasted to a subset of all connected Clients. Especially at start up some

[twsocket] Antwort: Re: OnDataAvailable

2012-02-01 Thread MFischer
I'm not using LineMode. But my problem is solved. I trapped myself by wrapping FSocket.Receive() into a if-block. Thanks anyway. > > > If the ClientSocket is closed, the callback for OnDataAvailable is > > triggered and the missing Bytes are "received". > > This is the common sympton of missing li

[twsocket] OnDataAvailable

2012-01-31 Thread MFischer
Hi, i am using the Standard TWSocket in a Server and round about 5 Clients without LineMode. After a Client is connected to the Server, the Client starts immediately to send text messages. After some sort of filtering the messages are broadcasted to a subset of all connected Clients. If i start th

[twsocket] Antwort: Re: TWSocket OnSessionAvailable problem

2011-07-21 Thread MFischer
> twsocket-boun...@elists.org schrieb am 21.07.2011 09:44:43: > Re: [twsocket] TWSocket OnSessionAvailable problem > Arno Garrels > an: > ICS support mailing > 21.07.2011 09:45 > Gesendet von: > twsocket-boun...@elists.org > > Yes, please use ICSv7 and if possible TWSocketServer. > Then try to incl

Re: [twsocket] TWSocket OnSessionAvailable problem

2011-07-21 Thread MFischer
I tried although the TWSocketServer Component and encountered the same problem. Same with different Versions of ICS. i have tried with an older version and ICS-V6 from overbyte.be with Delphi 2006. Maybe i should try with ICS-V7? > twsocket-boun...@elists.org schrieb am 20.07.2011 18:27:56: > Re:

Re: [twsocket] TWSocket OnSessionAvailable problem

2011-07-20 Thread MFischer
Hello, i don't think that this could be the problem, because on netstat -a are no sockets in TIME_WAIT related to the server process. And all client-sockets are in state Established, the only matter is the in the server component the OnSessionAvaiable-Callback is not called. > twsocket-boun...@e

[twsocket] TWSocket OnSessionAvailable problem

2011-07-20 Thread MFischer
Hi, i am using the Standard TWSocket in a Server and round about 30 Clients in LineMode. After a Client is connected to the Server, the Client starts immediately to send text messages. After some sort of filtering the messages are broadcasted to a subset of all connected Clients. If i start the s