Re: [twsocket] Large amount of OnDataAvailable calls andtimer/frozen main thread

2006-11-01 Thread Arno Garrels
Markus Humm wrote: > Hello, > > I tried the direct calling of the timer without succes (I think some > of the affected VCL-components [like ListView and JvSimScope from > JEDI] need windows messages for their updating as well). > > I also tried the thread based approach but without success. If I

[twsocket] [OT] Which languages are you working in ?

2006-11-01 Thread Francois PIETTE
At the bottom of the page: http://www.codeproject.com/ I selected Delphi of course ! -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.

Re: [twsocket] Drawing server bandwidth chart (OT)

2006-11-01 Thread Marcelo Grossi
Hi, I use TChart component included in Delphi. Seems very good to me. Cheers, Marcelo Grossi - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, November 01, 2006 3:35 AM Subject: [twsocket] Drawing server bandwidth chart (

[twsocket] [OT] Which languages are you working in ?

2006-11-01 Thread Francois PIETTE
At the bottom of the page: http://www.codeproject.com/ I selected Delphi of course ! -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.

Re: [twsocket] Drawing server bandwidth chart (OT)

2006-11-01 Thread Fastream Technologies
Oops! I did not see it in the tool palette :((. Thanks! SZ - Original Message - From: "Marcelo Grossi" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, November 01, 2006 2:24 PM Subject: Re: [twsocket] Drawing server bandwidth chart (OT) : Hi, : : I use TChart component

Re: [twsocket] Very slow attachment after then last ver. of ICS

2006-11-01 Thread Ilkka Ericsson
I send mail to one recipient. Other progam like Outlook Express can manage this and before I load the last version it works with big attachments. (Test is a file on 1 meg. and have the extensin ".bzip") I have windows XP prof. Connection on 100 Mbits/s and 1024 mb fys. memory. 64-bit ADM-processo

Re: [twsocket] Very slow attachment after then last ver. of ICS

2006-11-01 Thread Arno Garrels
Ilkka Ericsson wrote: > I send mail to one recipient. Other progam like Outlook Express can > manage this and before I load the last version it works with big > attachments. (Test is a file on 1 meg. and have the extensin ".bzip") > I have windows XP prof. Connection on 100 Mbits/s and 1024 mb fys.

[twsocket] Threads with TWSocket

2006-11-01 Thread Info 2004
Hi, Are there any examples of using threads for client sockets? What are the pros and cons of using a thread for every client connection? My application currently accepts a connection, processes the data and closes the connection in about 0.1 seconds. So if 100 clients connect simultaneously,