[twsocket] Server crash from client.

2015-04-15 Thread Moro Alexandre
Hello developpers, My program crash with a Stack Overflow exception wich i can't catch but i can easely reproduce : I start a server program S and a client program C the client is started in debug mode. Both S and C use TWSocket class as server and client. Server : Send small chunk

Re: [twsocket] Server crash from client.

2015-04-15 Thread Moro Alexandre
Hello Angus, Thanks for your reply. These are the number you provide in your changelog : r1250 | angus | 2015-03-26 12:07:09 + (Thu, 26 Mar 2015) | 5 lines Mar 26, 2015 V8.16 r1196 | aguser | 2013-12-01 15:06:38 + (Sun, 01 Dec 2013) | 1 line I do not handle any clien

Re: [twsocket] Server crash from client.

2015-04-15 Thread Moro Alexandre
Hello Bevan, Thanks for your time. Please find below the server code. Like i said, i don't really handle the clients since TWSocketServer manage it. What i understand is that the stack overflow is now well handled because after the callback OnClientBGException the program continue to wo

[twsocket] TWSocket Client Timeout.

2015-06-11 Thread Moro Alexandre
Hello, Is it possible that the default 0 timeout on TWSocket will be replace by another program like Anti Virus or Firewall ? My case : I got 4 differents clients socket connected to 4 differents server on a first computer. After about 5 hours, someone lost the connection (between 3

Re: [twsocket] TWSocket Client Timeout.

2015-06-11 Thread Moro Alexandre
Hello Angus, Thanks for your fast response. But no other application could effect this property. Fo sure, I understand that no other application can change this var in my application (normaly), but i'm talking at i higher level... However other applications can change the TCP/IP timer parameter

Re: [twsocket] TWSocket Client Timeout.

2016-10-04 Thread Moro Alexandre
ndows 7). I never reproduced this errors personnaly... even after a lot of tests. But, does your corrections r1279 and r1280 concerning can correct my problem ? Thanks a lot. Alexandre. -Message d'origine- De : TWSocket [mailto:twsocket-boun...@lists.elists.org] De la part de Moro

Re: [twsocket] TWSocket Client Timeout.

2016-10-04 Thread Moro Alexandre
Hi Angus, Sorry to bother you, please find more details : In fact, an user use our application to retrieve data from a device by a TCP connection throught TWSocket. The problem is that after a certain time (between 5 and 8 hours) the data stop being received but TWSocket still indicate that it

Re: [twsocket] TWSocket Client Timeout.

2016-10-04 Thread Moro Alexandre
I really know these are very poor details, but like i say, this is a report from a customer and not a developper, sadly, i did not reproduce this problem more than one year after the first time it happens... The new thing i can say is that the user must restart the program to retrieve the data aga

Re: [twsocket] TWSocket Client Timeout.

2016-10-04 Thread Moro Alexandre
N N E S B U R G Tel: +27(11) 879 6179 Fax: +27(11) 454 0384 P O R T E L I Z A B E T H Tel: +27(41) 373 0529 Fax: +27(86) 650 0135 Disclaimer > -Original Message- > From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of > Moro Alexandre > Sent: Tuesday, October

Re: [twsocket] TWSocket Client Timeout.

2016-10-10 Thread Moro Alexandre
i is down) and try to reconnect... Sorry to loose your time, maybe it can help someone encoutered the same problem. Best, Alexandre. -Message d'origine- De : TWSocket [mailto:twsocket-boun...@lists.elists.org] De la part de Moro Alexandre Envoyé : mercredi 5 octobre 2016 08:44 À : &

Re: [twsocket] TWSocket Client Timeout.

2016-12-01 Thread Moro Alexandre
you. Best regards, Moro Alexandre. -Message d'origine- De : TWSocket [mailto:twsocket-boun...@lists.elists.org] De la part de Moro Alexandre Envoyé : mardi 11 octobre 2016 08:37 À : 'ICS support mailing' Objet : Re: [twsocket] TWSocket Client Timeout. Hello everyone,

Re: [twsocket] TWSocket Client Timeout.

2016-12-01 Thread Moro Alexandre
time it do not works... I really do not know what to do... Anyway thank to read me !! Best regards, Moro Alexandre. -Message d'origine- De : TWSocket [mailto:twsocket-boun...@lists.elists.org] De la part de Angus Robertson - Magenta Systems Ltd Envoyé : jeudi 1 décembre 20

Re: [twsocket] TWSocket Client Timeout.

2016-12-01 Thread Moro Alexandre
server ! And in netstat the server socket are still in listenning state, (it happen on localhost and from a remote computer). Moreover the last 4 connection are in FIN_WAIT_2 Maybe it is a start... Moro Alexandre. -Message d'origine- De : TWSocket [mailto:twsocket-boun...@lists.elist

Re: [twsocket] TWSocket Client Timeout.

2016-12-02 Thread Moro Alexandre
regards, Moro Alexandre. -Message d'origine- De : TWSocket [mailto:twsocket-boun...@lists.elists.org] De la part de Moro Alexandre Envoyé : vendredi 2 décembre 2016 08:14 À : 'ICS support mailing' Objet : Re: [twsocket] TWSocket Client Timeout. I trying to investigate mo

Re: [twsocket] TWSocket Client Timeout.

2016-12-05 Thread Moro Alexandre
epending on what i'm compiling (i'm a really newbie for that...) Best regards, Moro Alexandre. -Message d'origine- De : TWSocket [mailto:twsocket-boun...@lists.elists.org] De la part de François Piette Envoyé : samedi 3 décembre 2016 17:13 À : 'ICS support mailing&#

[twsocket] Install V8.50 on C++ Builder 10.2.1

2017-11-02 Thread Moro Alexandre
CS850\LIB\RELEASE\WIN32\XE3 \OVERBYTEICSMSSSLUTILS.OBJ I tried to remove USE_SSL from compiler options but there are still the sames errors. Thank you for your help ! Best Regards, Moro Alexandre. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] using Twsocket with a few thousand clients

2018-08-12 Thread Moro Alexandre
).a spx There is a limit of 10,000 posted messages per message queue. This limit should be sufficiently large. If your application exceeds the limit, it should be redesigned to avoid consuming so many system resources. To adjust this limit, modify the following registry key. Good luck ! Moro