>
>
>
>>
>> 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
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
> - 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
: 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
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?
>
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
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
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
I'm using the THttpSrv in a thread, and want to catch the windows message to
the server. How is this possible?
My messagepump int the execute of the thread is like this:
while(!Terminated && GetMessage(&msg, 0, 0, 0))
{
switch(msg.message)
{
case WM_CUSTOM_SET_SERVER_SETTINGS: