Re: [twsocket] Cathing window messages for HttpSrv

2008-03-25 Thread Arno Garrels
> > > >> >> Regards Bjørnar >> >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels >> Sent: 19. mars 2008 10:52 >> To: ICS support mailing >> Subject: Re: [twsocket] Cathing windo

Re: [twsocket] Cathing window messages for HttpSrv

2008-03-25 Thread Bjørnar Nielsen
without critical sections etc. Regards Bjørnar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francois PIETTE Sent: 25. mars 2008 19:00 To: ICS support mailing Subject: Re: [twsocket] Cathing window messages for HttpSrv You have an OnClientConnect event

Re: [twsocket] Cathing window messages for HttpSrv

2008-03-25 Thread Angus Robertson - Magenta Systems Ltd
> - I saw that there is content-coding (Z-lib) in HttpCli, is it > working? In the source of httpsrv it says it is not working. Is > there much work needed for it to work? Would I gain much > performance with this feature enabled on the server? Compressing downloads increases the CPU load on th

Re: [twsocket] Cathing window messages for HttpSrv

2008-03-25 Thread Francois PIETTE
: Tuesday, March 25, 2008 11:56 AM Subject: Re: [twsocket] Cathing window messages for HttpSrv I'm using PostThreadMessage to send messages to my thread, but I want to interrupt messages that is intended to go to a WSocket-component. The reason is that I'm trying to make my HTTPSrv

Re: [twsocket] Cathing window messages for HttpSrv

2008-03-25 Thread Bjørnar Nielsen
els > Sent: 19. mars 2008 10:52 > To: ICS support mailing > Subject: Re: [twsocket] Cathing window messages for HttpSrv > > Bjørnar Nielsen wrote: >> I'm using the THttpSrv in a thread, and want to catch the windows >> message to the server. How is this possible? >

Re: [twsocket] Cathing window messages for HttpSrv

2008-03-25 Thread Arno Garrels
mICS] http://www.overbyte.be/eng/overbyte/teamics.html > > Regards Bjørnar > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels > Sent: 19. mars 2008 10:52 > To: ICS support mailing > Subject: Re: [twsocket] Cathing win

Re: [twsocket] Cathing window messages for HttpSrv

2008-03-25 Thread Bjørnar Nielsen
8 10:52 To: ICS support mailing Subject: Re: [twsocket] Cathing window messages for HttpSrv Bjørnar Nielsen wrote: > I'm using the THttpSrv in a thread, and want to catch the windows > message to the server. How is this possible? It's safe to use PostThreadMessage() for those cu

Re: [twsocket] Cathing window messages for HttpSrv

2008-03-19 Thread Arno Garrels
Bjørnar Nielsen wrote: > I'm using the THttpSrv in a thread, and want to catch the windows > message to the server. How is this possible? It's safe to use PostThreadMessage() for those custom messages, however you must check for msg.Hwnd = 0 in your message pump otherwise you risk conflicts with