[twsocket] THttpCli: Unable to send a request to more than 200 url's

2009-10-25 Thread otbcode.com support
I use V7 of the component, with Delphi 2007. I modified the httpcli async demo to load a list of url's from disk. All url's are ok and tested. When I execute the list in the demo, httpcli worsk fineonly for the first about 200 url's, after that, no event is fired anymore and the request will nev

Re: [twsocket] error "Invalid code page" (Peter Van Hove)

2009-10-25 Thread Peter Van Hove
Where it said: "The error is actually coming from Windows, not Delphi, when TEncoding's constructor passes $ to the Win32 API GetCPInfo() function and it fails." Passing an invalid codepage to GetCPInfo will let the function fail with return ERROR_INVALID_PARAMETER, the exception is actually

Re: [twsocket] TFileStreamreplacementinOverbyteIcsStreams--whichclass is generic?

2009-10-25 Thread Fastream Technologies
I have done that. However, one of the most profound features of our product is to support 10k connections concurrently. If I use a large buffer, it would consume GBs of RAM. (and this is 32-bit process thanks to Borland/CG/Embarcadero). If I use a small buffer it would mean a waste of resources as

Re: [twsocket] TFileStreamreplacementinOverbyteIcsStreams--whichclass is generic?

2009-10-25 Thread Arno Garrels
- Original Message - From: "Fastream Technologies" To: "ICS support mailing" Sent: Sunday, October 25, 2009 11:40 AM Subject: Re: [twsocket] TFileStreamreplacementinOverbyteIcsStreams--whichclass is generic? > Hello, > > My buffer size is 8/16kBytes for write/read. How much RAM woul

[twsocket] ANN: Fastream releases file MD5/SHA1 Extractor 2.0 with full source code and Unicode support!

2009-10-25 Thread Fastream Technologies
Hello, Please visit the tiny home page http://www.fastream.com/md5extractor.php for more... Best Regards, Fastream R&D Squad Fastream Technologies Software IQ: Innovation & Quality www.fastream.com | www.iqproxyserver.com Email: sa...@fastream.com | supp...@fastream.com Pbx: +90-312-223-2830 | M

Re: [twsocket] error "Invalid code page" (Peter Van Hove)

2009-10-25 Thread Arno Garrels
- Original Message - From: "Peter Van Hove" To: Sent: Sunday, October 25, 2009 12:21 PM Subject: [twsocket] error "Invalid code page" (Peter Van Hove) >>> But I did a search in the files for "Invalid code page" and I >>> couldn't find anything ... so I fear I'm barking up the wrong tre

[twsocket] error "Invalid code page" (Peter Van Hove)

2009-10-25 Thread Peter Van Hove
But I did a search in the files for "Invalid code page" and I couldn't find anything ... so I fear I'm barking up the wrong tree anyway. But then ... if anybody has an idea, let me know. I don't believe it's in ICS. Anyway the easiest way to catch this bug reliable was to include, for example,

Re: [twsocket] TFileStream replacementinOverbyteIcsStreams--whichclass is generic?

2009-10-25 Thread Fastream Technologies
Hello, My buffer size is 8/16kBytes for write/read. How much RAM would this buffer use per instance? Regards, SZ On 10/25/09, Arno Garrels wrote: > > Fastream Technologies wrote: > > We already have RAM cache component in-house. I just need a fast > > read/write buffered file stream component

Re: [twsocket] TFileStream replacementinOverbyteIcsStreams--whichclass is generic?

2009-10-25 Thread Arno Garrels
Fastream Technologies wrote: > We already have RAM cache component in-house. I just need a fast > read/write buffered file stream component but can ICS components > either read or write only? No, TIcsBufferedStream is capable to read and write, performance however is a little bit worse if it's no