Re: [twsocket] 512 - 1024 bytes FTP upoading problem

2006-06-08 Thread Angus Robertson - Magenta Systems Ltd
>Have anybody ever noticed any kind of problem when FTP Putting > files of size 512 to 1024 bytes ? > I'm unable to successfully upload these sized files. They always > get truncated at 512 bytes. There was a problem relating to uploading files around 8K that was fixed six months ago, that

Re: [twsocket] 64-Bit Processors Issue

2006-06-08 Thread Angus Robertson - Magenta Systems Ltd
> If anyone had a similar issue concerning 64-bit users please > let me know if there is a solution, or else I will be forced to > withdraw from using your excelent component, given the growing > number os 64-bit users. And I really like your component (a lot). Delphi is a 32-bit compiler,

[twsocket] 512 - 1024 bytes FTP upoading problem

2006-06-08 Thread Borosnyay Péter
Hello guys, Have anybody ever noticed any kind of problem when FTP Putting files of size 512 to 1024 bytes ? I'm unable to successfully upload these sized files. They always get truncated at 512 bytes. Totalcmd expresses the same behaviour. Is it also built upon ICS ? SmartFTP doesn't have t

[twsocket] httpcli downloading zip files

2006-06-08 Thread Marc A. Hale
i'm using the httpcli to download http files. if i do a get a a html page is fine. if i try to download a file like a zip file it always comes down as 1 byte and never downloads the file. the file extension is .slp which is a zip file and works fine directly from browser. is they anything diff

[twsocket] 64-Bit Processors Issue

2006-06-08 Thread Marcelo Grossi
Hello again, I'm new to this list and since I've been getting your messages, I was wondering if anyone got the message I sent about the problem I'm having with the 64-Bit AMD processors. I really really need your help on this, because I've never altered the source code of ICS and the proble

Re: [twsocket] ICSv6 Thread Attach/Detach problem

2006-06-08 Thread Fastream Technologies
Hello, - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, June 08, 2006 7:48 PM Subject: Re: [twsocket] ICSv6 Thread Attach/Detach problem : Fastream Technologies wrote: : > Arno, : > : > In the last code you sent, this problem STILL

Re: [twsocket] ICSv6 Thread Attach/Detach problem

2006-06-08 Thread Arno Garrels
Fastream Technologies wrote: > Arno, > > In the last code you sent, this problem STILL exists! I'm afraid, the fix below is in the code since Monday. > The other > problem was because of wrong package lib included in the project. What "other problem" do you mean (sounds very mysterious to me)?

Re: [twsocket] ICSv6 Thread Attach/Detach problem

2006-06-08 Thread Fastream Technologies
Arno, In the last code you sent, this problem STILL exists! The other problem was because of wrong package lib included in the project. Sorry for that. Best Regards, SZ - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, June 05, 2

Re: [twsocket] Using TWSocketThrdServer

2006-06-08 Thread Francois Piette
> > Are you really sure that you need multi-threading at all? > > TWSocketServer can handle hundreds of clients w/o any problem in a > > single thread, makes life much easier ;-) > I will have to support up to 100 clients at a time. Each client will > send about 1 TCP packet per second. Fairly low

Re: [twsocket] Using TWSocketThrdServer

2006-06-08 Thread Stefan Paege
> Are you really sure that you need multi-threading at all? > TWSocketServer can handle hundreds of clients w/o any problem in a > single thread, makes life much easier ;-) I will have to support up to 100 clients at a time. Each client will send about 1 TCP packet per second. Fairly low traffic.

Re: [twsocket] Using TWSocketThrdServer

2006-06-08 Thread Arno Garrels
Stefan Paege wrote: > Francois Piette schrieb: >> I can't answer precisely to your question. I should have a look at >> the source code to see where the critical sections are placed. >> I never do this kind of programming. I organize inter-thread >> communication using messages. Never share any com

Re: [twsocket] Using TWSocketThrdServer

2006-06-08 Thread Stefan Paege
Francois Piette schrieb: > I can't answer precisely to your question. I should have a look at the > source code to see where the critical sections are placed. > I never do this kind of programming. I organize inter-thread communication > using messages. Never share any component between two threads

Re: [twsocket] Using TWSocketThrdServer

2006-06-08 Thread Francois Piette
I can't answer precisely to your question. I should have a look at the source code to see where the critical sections are placed. I never do this kind of programming. I organize inter-thread communication using messages. Never share any component between two threads. It is much much safer. I separa