Re: [twsocket] Many TWSockets per TThread problem

2010-12-16 Thread Max Terentiev
e it with ICS ! > -Original Message- > From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On > Behalf Of Max Terentiev > Sent: Friday, December 17, 2010 1:32 AM > To: 'ICS support mailing' > Subject: [twsocket] Many TWSockets per TThread problem >

[twsocket] Many TWSockets per TThread problem

2010-12-16 Thread Max Terentiev
Hi, I try to use many instances of TWSocket (TSmtpCli) per TThread. TSmtpCli works in async mode. Each TThread contains 20 TSmtpCli's (created inside TThread->Execute) and message loop procedure. I create 5 TThreads, so it's 100 TSmtpCli instances. But while performing stress-testing I notice