Re: [twsocket] Ftp freezing

2009-07-15 Thread Arno Garrels
New Era wrote: I am using tftpcli in passive mode to upload files, while uploading a file, for some reason if a connection problem occurs in the middle of the transfer, the program freezes , That should not happen! ICS will never actually freeze your application, though with very fast

Re: [twsocket] SMTP error translation

2009-07-15 Thread Arno Garrels
x x wrote: Thank you for the reply. I get the error SMTP component not ready when I try to use WSocketErrorDesc(Error)? SMTP component not ready is an exception message, it's neither a winsock nor a SMTP error. It happens when you do not use the asynchronous component correctly. Read this:

Re: [twsocket] Simple SMTP text emails rejected for virus or spam

2009-07-15 Thread Arno Garrels
It's possible that their filter recognize the X-Mailer header, try to remove or overwrite it in OnHeaderLine event. Also if the mail used multiple parts the MIME boundaries could be recognized as well. Many spammers use ICS. Regarding the hard coded boundary strings I suggest to make them (or

Re: [twsocket] Ftp freezing

2009-07-15 Thread Francois Piette
I am using tftpcli in passive mode to upload files, while uploading a file, for some reason if a connection problem occurs in the middle of the transfer, the program freezes , There is no reason inside ICS which could freeze the program since it uses async operation. Please try the same upload

Re: [twsocket] Simple SMTP text emails rejected for virus or spam

2009-07-15 Thread Francois Piette
It is likely that - despite what they say - your IP or hostname is blacklisted. You should try to send the email, with the exact same program, from another computer (or even several computers) using another ISP. If the problem happend from anywhere, then it is a problem of the mail itself. For

Re: [twsocket] Simple SMTP text emails rejected for virus or spam

2009-07-15 Thread Francois Piette
Regarding the hard coded boundary strings I suggest to make them (or parts) component properties. Would be a good idea to create a property XMailer with that string. The default value would be the current value. Some trick should be used so that the correct component version is used even if the

Re: [twsocket] Async in 1GBit LAN, high CPU?

2009-07-15 Thread Arno Garrels
Francois PIETTE wrote: That makes me think we need a throttle at the root (TWSocket). Would be interesting. Will think about it. Just switched the roles, installed the mail server on a slow(er) box and ran the TSmtpCli application on the fast(er) one. CPU use of the TSmtpCli application

Re: [twsocket] Async in 1GBit LAN, high CPU?

2009-07-15 Thread Dod
Hello Arno, 1GB networks are very difficult to tune as many hardware behind the network cards can't handle such high speed, for example hard drives on client machines usually can't handle full 1Gb speed reception and will stay at average 80-100Mb only this making different bottlenecks on

Re: [twsocket] Async in 1GBit LAN, high CPU?

2009-07-15 Thread Francois Piette
Try setting the network speed to 10 Mbps (you should be able to set the speed in the hardware config). I changed it from Autodetect to 10 MBit/s full duplex. There's now just 0-1% CPU use So cleary now your are in a network bound situation. With 100 Mbps your are still in network boudn

Re: [twsocket] Ipv6

2009-07-15 Thread Paul
Are there any plans for the near future ? Paul - Original Message - From: Francois Piette francois.pie...@skynet.be To: ICS support mailing twsocket@elists.org Sent: Tuesday, July 14, 2009 11:53 AM Subject: Re: [twsocket] Ipv6 Any plans yet ? Not yet. btw: Does OpenSSL support

Re: [twsocket] Ipv6

2009-07-15 Thread Arno Garrels
Paul wrote: Are there any plans for the near future ? If ICS shall not die very soon it has to be implemented anyway! I haven't yet got complains, however I agree that it should be put on top of the todo list. IMO, it cannot be done without breaking existing user code. -- Arno Garrels

Re: [twsocket] Simple SMTP text emails rejected for virus or spam

2009-07-15 Thread Arno Garrels
Francois Piette wrote: Regarding the hard coded boundary strings I suggest to make them (or parts) component properties. Would be a good idea to create a property XMailer with that string. The default value would be the current value. Some trick should be used so that the correct component

Re: [twsocket] Async in 1GBit LAN, high CPU?

2009-07-15 Thread Arno Garrels
Dod wrote: Hello Arno, 1GB networks are very difficult to tune as many hardware behind the network cards can't handle such high speed, for example hard drives on client machines usually can't handle full 1Gb speed reception and will stay at average 80-100Mb only this making

Re: [twsocket] Ipv6

2009-07-15 Thread randy
Hi , i'm using the MultipartHttpDownloader component in my application ,But i want to know how to be able to download multiple Files -- Many thanks - Yours Randy -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] Simple SMTP text emails rejected for virus or spam

2009-07-15 Thread Hoby Smith
Francois said... 1- You should try to send the email, with the exact same program, from another computer (or even several computers) using another ISP 2- It is likely that - despite what they say - your IP or hostname is blacklisted. Thanks for the input Francois. I have indeed tested by

Re: [twsocket] Ipv6

2009-07-15 Thread Hoby Smith
Arno said... If ICS shall not die very soon it has to be implemented anyway! Wow! Scared of that statement! What do you mean by that? Is ICS in danger of going away? -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] Ipv6

2009-07-15 Thread Francois PIETTE
Hi , i'm using the MultipartHttpDownloader component in my application ,But i want to know how to be able to download multiple Files As with regular HTTP client: use one component per file. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of

Re: [twsocket] Async in 1GBit LAN, high CPU?

2009-07-15 Thread Francois PIETTE
That's probably what I saw today. However all interfaces were set to 10 MBit/s mode, may be caused by the switch? Yes, the switch has also to be forced to 10 Mbps. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet

Re: [twsocket] Ipv6

2009-07-15 Thread Francois PIETTE
If ICS shall not die very soon it has to be implemented anyway! Wow! Scared of that statement! What do you mean by that? Is ICS in danger of going away? Not at all. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet

Re: [twsocket] Ipv6

2009-07-15 Thread Arno Garrels
Hoby Smith wrote: Arno said... If ICS shall not die very soon it has to be implemented anyway! Wow! Scared of that statement! What do you mean by that? Is ICS in danger of going away? No, not as long as there are people using and supporting it actively. However users will move to another

[twsocket] (no subject)

2009-07-15 Thread actionmanager
Здравствуйте, Twsocket. -- С уважением, Actionmanager mailto:actionmana...@gmail.com -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Ipv6

2009-07-15 Thread Paul
I don't think it's very urgent, but the complaint I got from a US customer says that it's use is on the way. Paul - Original Message - From: Arno Garrels arno.garr...@gmx.de No, not as long as there are people using and supporting it actively. However users will move to another

Re: [twsocket] Ipv6

2009-07-15 Thread Piotr Dałek
Hello! No, not as long as there are people using and supporting it actively. However users will move to another component suite when they need basic features not included in ICS. IMO IPv6 will become such a basic feature rather soon. Competitors of ICS already support IPv6. And IMAP4 : --

Re: [twsocket] Ipv6

2009-07-15 Thread Arno Garrels
Piotr Dałek wrote: Hello! No, not as long as there are people using and supporting it actively. However users will move to another component suite when they need basic features not included in ICS. IMO IPv6 will become such a basic feature rather soon. Competitors of ICS already support

Re: [twsocket] Simple SMTP text emails rejected for virus or spam

2009-07-15 Thread Hoby Smith
Well, I finally resolved this issue. What a pain. In the end, the problem was just character data that GoDaddy didn't like. It would have been nice if their SMTP response had said something like, Invalid character data detected, instead of, Rejected due to spam or virus content. But, maybe I

[twsocket] Conflicts between multiple instances

2009-07-15 Thread Mike Lenox
Is there a problem having multiple instances of ICS socket objects on the same thread? I have a Delphi app (single threaded) with different ICS-based objects in various units. I saw today what looked like crossover functionality between some of them. I'm getting TTimer access violation errors