Re: [twsocket] Strange ICS proxy server in service app problem

2010-05-24 Thread Fastream Technologies
I have made some more tests on my Win7Pro and saw that MS was clever enough to raise the 1 handles per process limit in newer Windows'. I think the new limit is something like 24-25000. To support 20k connections with ICS, we still need to raise the WH_MAX_MSG though. Any comment on making this

Re: [twsocket] Strange ICS proxy server in service app problem

2010-05-23 Thread Fastream Technologies
Hi and welcome back Francois. On Sun, May 23, 2010 at 12:12 PM, Francois PIETTE wrote: > Not sure how the debug GUI exe works but I found a solution for the >> service: >> >> In ...WndControl.pas, >> >> const >> TIcsWndControlVersion = 110; >> CopyRight : String = ' TIcsWndControl (c) 200

Re: [twsocket] Strange ICS proxy server in service app problem

2010-05-23 Thread Francois PIETTE
Not sure how the debug GUI exe works but I found a solution for the service: In ...WndControl.pas, const TIcsWndControlVersion = 110; CopyRight : String = ' TIcsWndControl (c) 2002-2008 F. Piette V1.10 '; WH_MAX_MSG = 400; <== MODIFIED THIS from 100 so that it woul

Re: [twsocket] Strange ICS proxy server in service app problem

2010-05-21 Thread Fastream Technologies
Hi Arno, Not sure how the debug GUI exe works but I found a solution for the service: In ...WndControl.pas, const TIcsWndControlVersion = 110; CopyRight : String = ' TIcsWndControl (c) 2002-2008 F. Piette V1.10 '; WH_MAX_MSG = 400; <== MODIFIED THIS from 100 so tha

Re: [twsocket] Strange ICS proxy server in service app problem

2010-05-20 Thread Arno Garrels
Fastream Technologies wrote: > Yes I see but under the same computer, same Win7Pro, same 4GB RAM, > the GUI -debug- project that does exactly the same thing works very > well!! I guess both use the same ICS, isn't it? So most likely something in your service-code makes the difference. -- Arno Ga

Re: [twsocket] Strange ICS proxy server in service app problem

2010-05-20 Thread Fastream Technologies
Yes I see but under the same computer, same Win7Pro, same 4GB RAM, the GUI -debug- project that does exactly the same thing works very well!! I am trying to push the 32-bit compiler to its limits. On Thu, May 20, 2010 at 8:17 PM, Arno Garrels wrote: > Fastream Technologies wrote: > > Here is wha

Re: [twsocket] Strange ICS proxy server in service app problem

2010-05-20 Thread Arno Garrels
Fastream Technologies wrote: > Here is what I have done more: - attached the debugger to service > process and got, > http://www.fastream.com/ics/icserror8.png ERROR_NOT_ENOUGH_MEMORY 8 (0x8) -- Arno Garrels > > Hope you can help, > > SZ > > On Thu, May 20, 2010 at 7:10 PM, Fastream Technolo

Re: [twsocket] Strange ICS proxy server in service app problem

2010-05-20 Thread Fastream Technologies
Here is what I have done more: - attached the debugger to service process and got, http://www.fastream.com/ics/icserror8.png Hope you can help, SZ On Thu, May 20, 2010 at 7:10 PM, Fastream Technologies wrote: > Hello, > > When under stress test, the service -project- crashes and needs a Task >