Re: [twsocket] 2006 Developer Conference in Northern California

2006-06-21 Thread Fastream Technologies
You can mention the 32-connections-per-thread async/MT mixed system that is only possible with non-blocking sockets such as ICS. I can send you C++ code snippets. And would appreciate if you mentioned IQRP as an example. Regards, SZ - Original Message - From: "Arno Garrels" <[EMAIL PR

Re: [twsocket] 2006 Developer Conference in Northern California

2006-06-21 Thread Arno Garrels
Francois PIETTE wrote: > There is currently a call for paper > (http://bdn.borland.com/article/33526) for the 2006 Developer > Conference. I could submit some abstract about ICS and/or MidWare. > Any killing idea ? I don't think it's killing, but most developers believe multi-threaded server appl

Re: [twsocket] About custom messages in V6 ****

2006-06-21 Thread Wilfried Mestdagh
Hello Arno, Just an idea. Wy not making it a startng property ? Then it is evenutally user definable. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Wednesday, June 21, 2006, 20:53, Arno Garrels wrote: > Francois PIETTE wrote: >> So we cou

Re: [twsocket] About custom messages in V6 ****

2006-06-21 Thread Arno Garrels
Francois PIETTE wrote: > TWndCntrol could also have a property (maybe just public to avoid > making it visible in the OI which would confuse most basic users) to > select the starting message number, another to select up/down for > next message number and finally a last one for the maximum number o

Re: [twsocket] About custom messages in V6 ****

2006-06-21 Thread Francois PIETTE
TWndCntrol could also have a property (maybe just public to avoid making it visible in the OI which would confuse most basic users) to select the starting message number, another to select up/down for next message number and finally a last one for the maximum number of messages (actually it is a

Re: [twsocket] About custom messages in V6 ****

2006-06-21 Thread Arno Garrels
Francois PIETTE wrote: > So we could make TWndControl start form WM_APP - 1 and going down. Going down is not convincing me, I would prefer a constant start number. 1024 through 32767 is a wide range, I think it's OK to reserve 1000 or 2000 or even more numbers below WM_APP - 1, so that the compon

Re: [twsocket] About TWSocket

2006-06-21 Thread Wilfried Mestdagh
Hello Arnoldo, Is server and client on same LAN without routers in between ? 10053 is 'software caused connection abort'. Until now I only got this error when there is some transport line (leased line or other interconnection) not correct working (most hardware problems). I also recall Norton fi

Re: [twsocket] About TWSocket

2006-06-21 Thread Francois PIETTE
Error 10053 is frequently caused by security products such as ZoneAlarm or other firewall-likes. It is also possible there is something (software or hardware such as a router) which times out after some minutes of innactivity. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl

[twsocket] About TWSocket

2006-06-21 Thread arnoldo.u.jr
Hi I´m receiving a erro 10053 on sessionclose event after some minutes of connection. I use TWSocket since 1999 and never saw this situation. The client freeze, don´t respond more and the connection on client not finish and the server close the connection, event sessionclose was called with err

[twsocket] 2006 Developer Conference in Northern California

2006-06-21 Thread Francois PIETTE
There is currently a call for paper (http://bdn.borland.com/article/33526) for the 2006 Developer Conference. I could submit some abstract about ICS and/or MidWare. Any killing idea ? -- [EMAIL PROTECTED] The author for the freeware multi-tier middleware MidWare The author of the freeware Intern

Re: [twsocket] About custom messages in V6 ****

2006-06-21 Thread Francois PIETTE
Reading MSDN about WM_APP and WM_USER, I think WM_USER through 0x7FFF is the correct range to use sin ce those messages are sent to the "private" hidden window created by TWndControl. The only possible colision is with developper own defined messages which are not allocated dynamically. So we c

Re: [twsocket] About custom messages in V6 ****

2006-06-21 Thread Arno Garrels
Francois PIETTE wrote: > So the question is: what is the best highest number to use ? Should they be in the WM_USER or WM_APP range? > Borland is already using messages starting from $B000 and $BC00 (See > Controls.pas). Both $B000 and $BC00 are in the WM_APP range. BTW: I also found OCM__BASE