> > 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
> >
> 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: S
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
> 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'"
Sent: Wednesday, May 16, 2007 2:24 PM
Subject: Re: [twsocket] HttpSrv closing HTTP/1.1
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
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
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 closi
Hello,
http://www.fastream.com/ics/DLManager.zip
FlashGet like single file downloader. All the parts are downloaded to the same
file so no need for "merging". Resume of course supported. Very flexible MVP
design--in C++. ~4.0 KSLOC. Looking forward to your feedback and sponsorship
for the code