Re: [twsocket] USERPostMessageLimit

2012-03-14 Thread Arno Garrels
Arno Garrels wrote: >> I already use wsoNoReceiveLoop in the ComponentOptions. >> The problem is indeed that the large amount of socket messages is >> send in a blocking loop. >> Your proposal would be a appropriate work around, but i think this >> will slow down the communication. > > I don't thi

Re: [twsocket] USERPostMessageLimit

2012-03-14 Thread Arno Garrels
mfisc...@bfe.tv wrote: >> Have you already tried to include wsoNoReceiveLoop in client objects' >> ComponentOptions? Also are those large amount of socket messages sent >> in a blocking loop? If so, change that to send the next message when >> the previous one actually has been sent, that is when

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 >

Re: [twsocket] USERPostMessageLimit

2012-03-08 Thread Arno Garrels
mfisc...@bfe.tv wrote: > 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 Clie

[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