[twsocket] ics for kylix

2005-06-14 Thread Mark Mitton
Hi, I have a newbie CLX/ICS question. Can ICS for kylix be used in a C++Builder CLX application, or must the VCL version be used? Thank you Mark Mitton ___ Yahoo! Messenger - NEW crystal clear PC to PC

Re: [twsocket] SMTPCli within a NT service - stack overflow

2005-06-14 Thread Moacir Flávio Gonçalves
Starting again... sorry by the inconvenience, the SMTP isn´t triggering the problem, it only make it show faster... I´m going to my bug hunt now... Thanks Flavio Rm 12:2 - "E não vos conformeis com este século, mas transformai-vos pela renovação da vossa mente, para que experimenteis qual seja

Re: [twsocket] SMTPCli within a NT service - stack overflow

2005-06-14 Thread Moacir Flávio Gonçalves
yes, the DataServer I commented is doing well, no problem at all, even with all thread complexity involved... the problem is the location of the smtp.connect, inside or outside the ondataavailable. I do the threading because some processing can be very cpu time consuming in the DS, so another c

Re: [twsocket] SMTPCli within a NT service - stack overflow

2005-06-14 Thread Angus Robertson - Magenta Systems Ltd
It's won't help you, but I have complex NT services doing several SQL database updates a second from packets received by TWSocket, and more rarely sending email using SMPTCli, and they run for weeks at a time without problems. I don't use threads, they are not necessary despite our level of tr

Re: [twsocket] SMTPCli within a NT service - stack overflow

2005-06-14 Thread Moacir Flávio Gonçalves
I'm not sure I fully understand your program's logic. But instead of the delay, I would use a custom message to queue the request which will be executed cleanly after all current events and subroutines are done. Ok, I´ll explain better. There are 3 programs envolved. 1-DataServer (DS)- Talks t