Re: [twsocket] HTTP Server upload prgress bar

2006-11-04 Thread Francois PIETTE
> Let me rephrase: while uploading the file, I want to show a progress bar > in > HTML but do not know how to do it right now. It needs to update every > second! You have a HTTP client (Is it a browser or a program with ICS HTTP client component) which upload a file to a HTTP server built using

Re: [twsocket] Why is this list so slow?

2006-11-04 Thread Francois PIETTE
>> I never noticed something like that. I think that _any_ mail now takes >> approximately 2 hours to process at elist.org. The delay started with >> 30 minutes or so and grew to current 2 hours. >> >> Is there anybody not having this problem? > Looking back through emails from the list I receiv

Re: [twsocket] HTTP Server upload prgress bar

2006-11-04 Thread Fastream Technologies
I want the browser to display a upload progress bar while an HTTP file upload is taking place. Thank you, SubZero - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, November 04, 2006 10:12 AM Subject: Re: [twsocket] HTTP Server u

Re: [twsocket] Bandwidth counter for MT HTTP Server--what'sthefastestway?

2006-11-04 Thread Fastream Technologies
Hello, I think using a single NIC, 64000 sockets could be possible for a proxy since we can define the local port of the client connections the same, right? Best Regards, SZ - Original Message - From: "Dod" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, October 28, 20

Re: [twsocket] Why is this list so slow?

2006-11-04 Thread DZ-Jay
On Nov 4, 2006, at 03:24, Francois PIETTE wrote: > The time frame to complete will be a few days. Sounds very reasonable. dZ. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.

Re: [twsocket] HTTP Server upload prgress bar

2006-11-04 Thread Francois PIETTE
>I want the browser to display a upload progress bar while > an HTTP file upload is taking place. hile the browser is busy uploading the file, you may have another browser window (a popup window) updated on a regular basis either purely locally using javascript (not sure you have access to file

Re: [twsocket] Bandwidth counter for MT HTTPServer--what'sthefastestway?

2006-11-04 Thread Francois PIETTE
> I think using a single NIC, 64000 sockets could be possible for a proxy > since we can define the local port of the client connections the same, > right? 64K sockets if probably the upper limit on concurrent connections per interface. There are probably other limits which could be reached first

Re: [twsocket] HTTP Server upload prgress bar

2006-11-04 Thread DZ-Jay
On Nov 4, 2006, at 05:01, Fastream Technologies wrote: > I want the browser to display a upload progress bar while an HTTP file > upload is taking place. But when you say "browser", do you mean an ICS HttpCli application, or just a regular web browser (such as MSIE, Firefox, etc.)? If the lat

Re: [twsocket] HTTP Server upload prgress bar

2006-11-04 Thread Fastream Technologies
- Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, November 04, 2006 3:07 PM Subject: Re: [twsocket] HTTP Server upload prgress bar : >I want the browser to display a upload progress bar while : > an HTTP file upload is taking plac

Re: [twsocket] HTTP Server upload prgress bar

2006-11-04 Thread Fastream Technologies
- Original Message - From: "DZ-Jay" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, November 04, 2006 3:57 PM Subject: Re: [twsocket] HTTP Server upload prgress bar : : On Nov 4, 2006, at 05:01, Fastream Technologies wrote: : : > I want the browser to display a upload prog

Re: [twsocket] HTTP Server upload prgress bar

2006-11-04 Thread DZ-Jay
On Nov 4, 2006, at 10:49, Fastream Technologies wrote: > So to summarize: > Can we know how many byte have been uploaded at a given on the client > side > (using javascript)? No. An "HTTP Upload" is just a POST request, which the browser handles itself. JavaScript only offers an API for clie

Re: [twsocket] HTTP Server upload prgress bar

2006-11-04 Thread Francois PIETTE
> : >I want the browser to display a upload progress bar while > : > an HTTP file upload is taking place. : > : while the browser is busy uploading the file, you may have another > browser > : window (a popup window) updated on a regular basis either purely locally > : using javascript (not sure y

[twsocket] HTTP Server seems not to listen sometime

2006-11-04 Thread Igor Pokorny
Hello guys, I do have a problem with ICS HTTP server I am not able to solve. My application is ruinning all the time. The server refuses to answer some time. It happened irregulary - mostly once in one month so it's pretty dificuly to catch ... There is 401 error message on the client side trying