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 at that dispatchmessage! Persistent an

Re: [twsocket] ISAPI Proxy/forwarder and stand alone

2007-08-22 Thread Fastream Technologies
Hello, Have a look at this: http://www.fastream.net/alpha/IQReverseProxy.exe (latest build ddl) http://www.fastream.com/iqreverseproxy.php (info page) C++ Source code available. See above. Best Regards, Gorkem Ates Fastream Technologies Software IQ: Innovation & Quality www.fastream.com | Emai

[twsocket] ISAPI Proxy/forwarder and stand alone

2007-08-22 Thread Fredrik Larsson, LC
Hi, I only have port 80 open towards the Internet and in one case there is an IIS-server listening and in the other case there is nothing at the moment. I need to forward / relay some requests (depending upon folder or parameter) to some other servers internally on the network with different ip+p

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 if there were still such unregistered messa

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] HTTPCli POST method

2007-08-22 Thread Francois Piette
> I'm using components HTTPCli and FTPCli. I have no troubles with > the second one. But i have a question about HTTPCli. How could i send > some values to a specified parameters using POST method? Basically, you build a TStream with the data formatted as your server expect it (urlencoded, mime,..

Re: [twsocket] ThreadDEtach with THttpConnection problem

2007-08-22 Thread Fastream Technologies
Already done the both. However, I cannot compile in debug mode since because of memory fragmentation it crashes immediately. All I know is I see "EAccessViolation" at DispatchMessage() of worker thread. - Original Message - From: "Francois Piette" <[EMAIL PROTECTED]> To: "ICS support ma

[twsocket] HTTPCli POST method

2007-08-22 Thread Михайлов Антон Олегович
Hello. I'm using components HTTPCli and FTPCli. I have no troubles with the second one. But i have a question about HTTPCli. How could i send some values to a specified parameters using POST method? Information about FTPCli was very useful for me, but i can't find detailed information about HTTPCl

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 triggersessionclosed, I postthreadmessage to a message han

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] ThreadDEtach with THttpConnection probl

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
COuld there be messages in the queue that were posted before threaddetach that arrive after threaddetach (in later sequence in GetMessage)? I am using V6. IOW, I get strange AV with a message of only "EAccessViolation" and no explanatory text in message pump dispatchmessage! Regards, SZ -

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 >