Re: [twsocket] For those who have using twsocket for heavy traffic..

2006-09-26 Thread Francois Piette
My question is, shouldn't it be that v6 use only one handle ? am i missing something here ? ICS V6 create a hidden window for a lot of sockets (there is a constant in the source code to define that). It also create a different hidden window for each thread because messages are dispatched by

[twsocket] OnClientDisconnect on Linux

2006-09-26 Thread Juan Carlos - CAE
Hello everybody, This is my first post to the list. I'm porting a Windows service to Linux using the ICS components for Kylix3. I've almost finished the porting but I've a little problema that I don't know how to solve. I'll try to explain it the best I can: I've a TIcsSocketServer listening

Re: [twsocket] For those who have using twsocket for heavy traffic..

2006-09-26 Thread Wilfried Mestdagh
Hello Samuel, is send, sendto, and sendstr method a synchronized method ? They are not blocking if that is the question. They return immediatly doing the request in the background. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Monday,

[twsocket] Differences between D2005 and D2006 package

2006-09-26 Thread Maurizio Lotauro
Hello, comparing the content of the D2005 and D2006 I notice the following differences: IcsDel100.dpk {$ALIGN 8} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} IcsDel90.dpk {$ALIGN 1} {$OPTIMIZATION OFF} {$OVERFLOWCHECKS ON} {$RANGECHECKS ON} {%File

Re: [twsocket] For those who have using twsocket for heavy traffic..

2006-09-26 Thread samuel
ICS V6 create a hidden window for a lot of sockets (there is a constant in the source code to define that). It also create a different hidden window for each thread because messages are dispatched by threads. my app is a single threaded, dunno if there's other thread running (like winsock),

Re: [twsocket] OnClientDisconnect on Linux

2006-09-26 Thread Kris Leech
Juan Carlos - CAE wrote: Hello everybody, This is my first post to the list. I'm porting a Windows service to Linux using the ICS components for Kylix3. I've almost finished the porting but I've a little problema that I don't know how to solve. I'll try to explain it the best I can: I've a