Re: [twsocket] Adding gzip to HttpCli

2005-07-27 Thread Maurizio Lotauro
On 27-Jul-05 18:59:30 Francois PIETTE wrote: [...] >>> If decompression is done on the fly (streaming, we already talked about >>> this), then nothing special is required. >> >> The decompression will be made only if RcvdStream is assigned. >That is not needed. The decompression can be made alwa

Re: [twsocket] Monitor sockets components

2005-07-27 Thread Maurizio Lotauro
On 25-Jul-05 20:36:00 Angus Robertson - Magenta Systems Ltd wrote: [...] >There are two test applications: [...] >The source and executables are available from: >http://www.magsys.co.uk/download/software/monsock1.zip I downloaded it today, but I see only one executable. Bye, Maurizio. --

Re: [twsocket] [OT] OverByte Home

2005-07-27 Thread Francois PIETTE
Well, something went wrong with the attached document. I've uploaded it at: http://www.overbyte.be.arch/OverByteHome.kmz (This is a kind of hyperlink for Google Earth). -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: Sent:

Re: [twsocket] Adding gzip to HttpCli

2005-07-27 Thread Francois PIETTE
>> >> RcvdStream is not the only way to get data from the component. Some >> >> (many >> >> >> ?) >> >> applications sue >> >> OnDocData event to get data on the fly. >> > >> > In that case the decompression should be made completly by the >> > application, or >> > should we add some support for t

[twsocket] [OT] OverByte Home

2005-07-27 Thread Francois PIETTE
Do you know Google Earth (http://earth.google.com/) ? If you have installed it, you can open the attached document and find where OverByte Home is. Really ! I'm located in a high resolution area. You can really see my house, my garden,... To really see my house, you have a picture on the author'

Re: [twsocket] Adding gzip to HttpCli

2005-07-27 Thread Maurizio Lotauro
Scrive Francois PIETTE <[EMAIL PROTECTED]>: > >> RcvdStream is not the only way to get data from the component. Some (many > > >> ?) > >> applications sue > >> OnDocData event to get data on the fly. > > > > In that case the decompression should be made completly by the > > application, or > > s

Re: [twsocket] Adding gzip to HttpCli

2005-07-27 Thread Francois PIETTE
>> > I doubt that RcvdCount could be used to allocate storage. The body >> > data will be put into RcvdStream that is a stream, and normally a >> > stream is able to allocate the storage itself. >> >> RcvdStream is not the only way to get data from the component. Some (many >> ?) >> applications s

Re: [twsocket] Adding gzip to HttpCli

2005-07-27 Thread Maurizio Lotauro
Scrive Francois Piette <[EMAIL PROTECTED]>: [...] > > I doubt that RcvdCount could be used to allocate storage. The body > > data will be put into RcvdStream that is a stream, and normally a > > stream is able to allocate the storage itself. > > RcvdStream is not the only way to get data from th

Re: [twsocket] HttpCli StatusCode = 0 causes problems

2005-07-27 Thread Maurizio Lotauro
Scrive Merijn Terheggen <[EMAIL PROTECTED]>: > I'm trying to write a spider that collects web pages. > > In the LocationChange event, I check the properties of the new > location. For instance: Ok, nothig "strange" that can interact with the message queue. Francois, I reproduced the "problem"

Re: [twsocket] Monitor sockets components

2005-07-27 Thread Wilfried Mestdagh
Hello Angus, Testing it. Seems good ! --- Rgds, Wilfried http://www.mestdagh.biz Monday, July 25, 2005, 21:36, Angus Robertson - Magenta Systems Ltd wrote: > I've just written two new components for monitoring ethernet packets: > 1 - Raw sockets (W2K and later) using ICS, does not any other so

Re: [twsocket] HttpCli StatusCode = 0 causes problems

2005-07-27 Thread Merijn Terheggen
I'm trying to write a spider that collects web pages. In the LocationChange event, I check the properties of the new location. For instance: - Is the new location a URL that is present on a black-list of banned URL's or domains? - Is there a robots.txt file for the new location? - Other propertie

Re: [twsocket] TPop3Cli is halted while receiving a message over 4Mb

2005-07-27 Thread Arno Garrels
Stanislav Korotky wrote: >>> (taking into account that >>> they disclose themselves in such a negligible, infrequent manner)? >> >> Do you mean that it doesn't always occur with the same 4MB message ? > > Yes. Today the program fetches the same message (it remains on a server) > successfully (sev

Re: [twsocket] TPop3Cli is halted while receiving a message over 4Mb

2005-07-27 Thread Stanislav Korotky
>> (taking into account that >> they disclose themselves in such a negligible, infrequent manner)? > >Do you mean that it doesn't always occur with the same 4MB message ? Yes. Today the program fetches the same message (it remains on a server) successfully (several times for testing). Now I can't

Re: [twsocket] Adding gzip to HttpCli

2005-07-27 Thread Francois Piette
> >I think I said that RcvdCount that a choice has to be made and Ithat I have > >no defitive answer. The idea is to break as less as possible existing code. > >RcvdCount is used for progress bar updating and should be compressed byte > >count. It is also used to allocate storage (or similar use) f