[twsocket] Delphi 2007 is out !

2007-03-18 Thread Francois PIETTE
Delphi 2007 for Win32 is out. You can get it quickly if you buy on-line. Physical boxes will be available shortly according to CodeGear. Delphi 2007 for Win32 is already available in english, french, german and japanese. The latest ICS MidWare are compatibles with Delphi 2007. Actually Delphi

[twsocket] Architectural question

2007-03-18 Thread Markus Humm
Hello, I've to rebuild some piece of my application because it fails after relatively short amount of time and I don't find the fault. It uses TWSockets on two occasions: one for up to ten parallel communications via UDP and one time for sending the results of these communications and for

Re: [twsocket] Pause and Resume

2007-03-18 Thread Wilfried Mestdagh
Hello Jack, This seems OK. Indeed if you set wsoNoreceivedLoop in the OnDataAvailable handler it will hot have an effect when there is still data to receive and with this fix it is. Another possibility is that you set wsoNoreceivedLoop beforehand at creation time of TWSocket, then you dont need

Re: [twsocket] Architectural question

2007-03-18 Thread Wilfried Mestdagh
Hello Markus, TCriticalSection will protect your StringList among multiple threads, so that's ok. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz -- To unsubscribe or change your settings for TWSocket mailing list please goto

[twsocket] TIcsWndControl Error #14

2007-03-18 Thread Fastream Technologies
Hello, What does this error mean? I get this when I open more than 8,000 sockets on my Core 2 Duo with 2GB RAM. Could it still be a RAM problem? Best Regards, SZ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket

Re: [twsocket] TIcsWndControl Error #14

2007-03-18 Thread Wilfried Mestdagh
Hello Fastream, If this is a windows error then it is ERROR_OUTOFMEMORY. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Sunday, March 18, 2007, 14:59, Fastream Technologies wrote: Hello, What does this error mean? I get this when I open

Re: [twsocket] TIcsWndControl Error #14

2007-03-18 Thread Fastream Technologies
Alright, no need to worry then, since users are responsible for supplying enough memory for 1 clients. Plus I had the client stress tester on the same machine as well. That should have been why it went out of memory... BTW, nobody has commented on the code I sent? It is freeware and open

Re: [twsocket] Pause and Resume

2007-03-18 Thread Jack
Hello Wilfried and Francois, Would you consider patching my changes into ICS? -- Best regards, Jack Sunday, March 18, 2007, 5:17:12 AM, you wrote: Hello Jack, This seems OK. Indeed if you set wsoNoreceivedLoop in the OnDataAvailable handler it will hot have an effect when there is still