Re: [twsocket] Max size of message queue

2005-12-27 Thread Francois PIETTE
See the new ICS V6 beta I've just uploaded. This new version is no more limited by the number of window handles since it share the same hidden window between many ICS components. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.b

[twsocket] ICS V6 beta available

2005-12-27 Thread Francois PIETTE
ICS V6 beta available for download from ICS web pasge. This version implement window handle sharing between many ICS component. This will break the barrier on window handle which is imposed by W2K and WXP ! I have prefixed all files with "OverbyteIcs" to avoid conflict with existing source. Co

[twsocket] Max size of message queue

2005-12-27 Thread Dod
Following my previous mail, here is the answer of a question I asked many times in the mailing list. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/messagesandmessagequeues/messagesandmessagequeuesreference/messagesandmessagequeuesfu

Re: [twsocket] About Windows TCP tuning for hudge ICS projects

2005-12-27 Thread Dod
Hello Francois, Found it on http://support.microsoft.com/kb/327699/en-us this apply to XP but I found the same key in Win2K HKLM\Software\Microsoft\Windows NT\CurrentVersion\Windows\ USERProcessHandleQuota = 18000 (default 1) and also USERPostMessageLimit (REG_DWORD) should increase message

Re: [twsocket] About Windows TCP tuning for hudge ICS projects

2005-12-27 Thread Dod
Hello Wilfried, OK I add this information to the Note. Any other advice, trick ? >> Do you mean that if it is the client that disconnect from server then >> TIME_WAIT server side will not appear ? WM> Correct. -- To unsubscribe or change your settings for TWSocket mailing list please goto ht

Re: [twsocket] About Windows TCP tuning for hudge ICS projects

2005-12-27 Thread Wilfried Mestdagh
Hello Dod, > OK but thinking about it, Windows granuality if 4KB so memory usage > should be 4/8/12/16 and not 6 or 10KB ... Yes but it was some average as each socket is not continue sending / receiving. > Do you mean that if it is the client that disconnect from server then > TIME_WAIT server

Re: [twsocket] TFPClient1 (determinign whether to put or appendfile)

2005-12-27 Thread Francois PIETTE
Why not simply check if the file is present or not using the List method ? > I have tried to decode the result of the SIZE command > but that has proved very unreliable. The size command give his result in SizeResult property. It is 100% reliable, except when the server doesn't support the SIZE

Re: [twsocket] Two ICS HTTP code against each other and 10048 error

2005-12-27 Thread Fastream Technologies
- Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, December 27, 2005 11:02 AM Subject: Re: [twsocket] Two ICS HTTP code against each other and 10048 error >> The error does not occur when launching the two listening sockets. It is >

[twsocket] TFPClient1 (determinign whether to put or appendfile)

2005-12-27 Thread [EMAIL PROTECTED]
I've go a Client App that sends a data file to a centralised server using Francois's FTPClient1 routines. From time to time the Server will remove the uploaded file. Is there a clever way of working out whether the data file is present on the server to determine whether I can do a PUT or APPE

Re: [twsocket] Two ICS HTTP code against each other and 10048 error

2005-12-27 Thread Francois PIETTE
> The error does not occur when launching the two listening sockets. It is > during a HTTP client stress test from, > > Socrates Web Tester ---> Load Balancer ---> Web Server > > after a few hundred normal requests, the load balancer's HTTP connection > to > the web server returns 10048 error. So

Re: [twsocket] SOLUTION (POSSIBLE NOFORMS BUG) Cannot create ahiddenwindows for TWSocket

2005-12-27 Thread Fastream Technologies
Hi Francois, Yes it works this way as well! I am happy to see ICS even higher quality and being a part of it!! SZ - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Sunday, December 25, 2005 9:55 PM Subject: Re: [twsocket] SOLUTION (POSSIB

Re: [twsocket] Two ICS HTTP code against each other and 10048 error

2005-12-27 Thread Fastream Technologies
The error does not occur when launching the two listening sockets. It is during a HTTP client stress test from, Socrates Web Tester ---> Load Balancer ---> Web Server after a few hundred normal requests, the load balancer's HTTP connection to the web server returns 10048 error. So it is not the