Re: [twsocket] HttpSrv closing HTTP/1.1 connections without Connection header

2007-05-16 Thread Primož Gabrijelčič
Francois, any comments on that? Can you include the fix in the official sources? Primoz -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fastream Technologies Sent: Tuesday, May 15, 2007 2:36 PM To: ICS support mailing Subject: Re: [twsocket] HttpSrv

[twsocket] Sending objects using wSockets

2007-05-16 Thread Curtis cloud
I am new to WSockets and am writing an client server app that sends an object across a network to the clients. I would need the server to broadcast this information to all client on the network. r/Curtis.. - Looking for earth-friendly autos? Browse Top

Re: [twsocket] Freeware HTTP download manager that I have no idea whatto do with...

2007-05-16 Thread Francois Piette
FYI: I haven't advertized it, but the latest V6 beta include a multipart HTTP download component and a nice multipart progressbar. As the name implies, the new component download a file using as many HTTP connections as you like. I made a nice demo also. The code still has some little problem with

Re: [twsocket] HttpSrv closing HTTP/1.1 connectionswithout Connection header

2007-05-16 Thread Francois Piette
Can you include the fix in the official sources? Will do. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Primož Gabrijelčič [EMAIL PROTECTED] To: 'ICS support mailing' twsocket@elists.org Sent: Wednesday, May 16, 2007 2:24 PM Subject: Re: [twsocket] HttpSrv

Re: [twsocket] Freeware HTTP download manager that I have no ideawhatto do with...

2007-05-16 Thread Fastream Technologies
Hello Francois, How do you merge the downloaded parts? The worst approach is what Download Accelerator does: download to separate files and then do file merging. The best approach that I do is to write *directly* to the target file with downloader.ini file holding the parts downloaded. Best

Re: [twsocket] Sending objects using wSockets

2007-05-16 Thread Francois Piette
I am new to WSockets and am writing an client server app that sends an object across a network to the clients. I would need the server to broadcast this information to all client on the network. Where do you have difficulties ? 1) Sending an object thru a TCP/IP connection ? Hint:

Re: [twsocket] Freeware HTTP download manager that I have noideawhatto do with...

2007-05-16 Thread Francois Piette
FYI: I haven't advertized it, but the latest V6 beta include a multipart HTTP download component and a nice multipart progressbar. As the name implies, the new component download a file using as many HTTP connections as you like. I made a nice demo also. The code still has some little