Re: [twsocket] ThreadDEtach with THttpConnection problem

2007-08-23 Thread Fastream Technologies
AIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, August 22, 2007 9:46 PM Subject: Re: [twsocket] ThreadDEtach with THttpConnection problem > Fastream Technologies wrote: >> But it always stops at that dispatchmessage! Persistent and insistent. > > Now that

Re: [twsocket] ThreadDEtach with THttpConnection problem

2007-08-23 Thread Fastream Technologies
- Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, August 22, 2007 12:30 PM Subject: Re: [twsocket] ThreadDEtach with THttpConnection problem > Fastream Technologies wrote: >>> Even if there

Re: [twsocket] ThreadDEtach with THttpConnection problem

2007-08-22 Thread Fastream Technologies
- Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, August 22, 2007 9:46 PM Subject: Re: [twsocket] ThreadDEtach with THttpConnection problem > Fastream Technologies wrote: >> But it always stops

Re: [twsocket] ThreadDEtach with THttpConnection problem

2007-08-22 Thread Arno Garrels
Fastream Technologies wrote: > But it always stops at that dispatchmessage! Persistent and insistent. Now that I have some minutes, I checked the source code again, however I cannot find any bug, may be sorting out things helps a bit? When a window is being destroyed all pending messages in threa

Re: [twsocket] ThreadDEtach with THttpConnection problem

2007-08-22 Thread Fastream Technologies
But it always stops at that dispatchmessage! Persistent and insistent. On 8/22/07, Arno Garrels <[EMAIL PROTECTED]> wrote: > > Fastream Technologies wrote: > > Is TranslateMessage really needed in a socket worker thread? > > I guess it's not needed, however I use it in all of my pumps. > > > All I

Re: [twsocket] ThreadDEtach with THttpConnection problem

2007-08-22 Thread Arno Garrels
Fastream Technologies wrote: > Is TranslateMessage really needed in a socket worker thread? I guess it's not needed, however I use it in all of my pumps. > All I know is I see > "EAccessViolation" at DispatchMessage() of worker thread. The debugger isn't very reliable in multi-threaded applicat

Re: [twsocket] ThreadDEtach with THttpConnection problem

2007-08-22 Thread Fastream Technologies
Hello, - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, August 22, 2007 12:30 PM Subject: Re: [twsocket] ThreadDEtach with THttpConnection problem > Fastream Technologies wrote: >>> Even

Re: [twsocket] ThreadDEtach with THttpConnection problem

2007-08-22 Thread Arno Garrels
Fastream Technologies wrote: >> Even if there were still such unregistered messages pending in the >> message queue due to the hidden window still exists (handling >> messages for other components of that thread) those unregistered >> messages won't be touched by the component but handled by >> Def

Re: [twsocket] ThreadDEtach with THttpConnection problem

2007-08-22 Thread Fastream Technologies
CTED]> To: "ICS support mailing" Sent: Wednesday, August 22, 2007 11:36 AM Subject: Re: [twsocket] ThreadDEtach with THttpConnection problem >> What kind of an AV would yeield no exception message? > > Use madExcept (www.madshi.net). It is an incredibly useful tool. >

Re: [twsocket] ThreadDEtach with THttpConnection problem

2007-08-22 Thread Francois Piette
> What kind of an AV would yeield no exception message? Use madExcept (www.madshi.net). It is an incredibly useful tool. Also use FastMM (included in BDS2006 but probably a good idea to download latest version from SourceForge) and turn all checks on. Contribute to the SSL Effort. Visit http://w

Re: [twsocket] ThreadDEtach with THttpConnection problem

2007-08-22 Thread Fastream Technologies
- Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, August 22, 2007 11:16 AM Subject: Re: [twsocket] ThreadDEtach with THttpConnection problem > Francois Piette wrote: >>> In triggersessioncl

Re: [twsocket] ThreadDEtach with THttpConnection problem

2007-08-22 Thread Fastream Technologies
What kind of an AV would yeield no exception message? I have only seen such thing with ICSV6! - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, August 22, 2007 11:16 AM Subject: Re: [twsocket] ThreadD

Re: [twsocket] ThreadDEtach with THttpConnection problem

2007-08-22 Thread Arno Garrels
Francois Piette wrote: >> In triggersessionclosed, I postthreadmessage to a message handler in >> the same worker thread which then thread-detaches and posts the >> object to listener thread. However, in every 1-2 hours, under heavy >> load, the worker thread gives an AV which I suspect is due to a

Re: [twsocket] ThreadDEtach with THttpConnection problem

2007-08-22 Thread Fastream Technologies
gards, SZ - Original Message - From: "Francois Piette" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, August 22, 2007 10:36 AM Subject: Re: [twsocket] ThreadDEtach with THttpConnection problem >> In triggersessionclosed, I postthreadmessage

Re: [twsocket] ThreadDEtach with THttpConnection problem

2007-08-22 Thread Francois Piette
> In triggersessionclosed, I postthreadmessage to a message handler in the > same worker thread which then thread-detaches and posts the object to > listener thread. However, in every 1-2 hours, under heavy load, the worker > thread gives an AV which I suspect is due to a recv/send callback event >

Re: [twsocket] ThreadDEtach with THttpConnection problem

2007-08-21 Thread Fastream Technologies
IOW, how can I prevent anymore callback with the handle after a session is closed? Please answer, this might be a BUG IN ICS! BR, SZ - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, August 21, 2007 6:02 PM Subject: ThreadD

[twsocket] ThreadDEtach with THttpConnection problem

2007-08-21 Thread Fastream Technologies
Hello, In triggersessionclosed, I postthreadmessage to a message handler in the same worker thread which then thread-detaches and posts the object to listener thread. However, in every 1-2 hours, under heavy load, the worker thread gives an AV which I suspect is due to a recv/send callback even

Re: [twsocket] ThreadDetach

2006-11-30 Thread Francois Piette
- Original Message - From: "Raúl Olivencia" <[EMAIL PROTECTED]> To: Sent: Friday, December 01, 2006 6:38 AM Subject: [twsocket] ThreadDetach > First at all I must apologize about my english, it's not as good as it > should be. > > I have a server develo

[twsocket] ThreadDetach

2006-11-30 Thread Raúl Olivencia
First at all I must apologize about my english, it's not as good as it should be. I have a server developed using ICS which doesn't use threads. But now, I have a new requirementes that I think will be requiring the use of threads. For certain client inquiries I need to connect my server to an