Re: [twsocket] FTP Server example

2010-02-09 Thread Angus Robertson - Magenta Systems Ltd
> ARMSL> Your server application also needs to take care with file > lock timeouts, > ARMSL> network timeouts, etc, to avoid blocking the main thread. > > Could you elaborate. I know very little about this subject. Provided you do not make database calls from any FTP server events, you will no

Re: [twsocket] FTP Server example

2010-02-09 Thread David Rose
ARMSL> Your server application also needs to take care with file lock timeouts, ARMSL> network timeouts, etc, to avoid blocking the main thread. Could you elaborate. I know very little about this subject. I just need the simplest way to act as a simple FTP server. I will be controlling both th