Thanks for your answer Fran�ois. yep... that's what i was supposing.
meaning that if the making of such a file in the event handler take some time (10 s let's say), and i have 10 clients asking almost simultaneously for images, the last one will have to wait for 100 secs before receiving anything. Better then to send files one by one... even if there're 1200+ images... else someone has another idea ? knowing that all the images are stored in a db and retrieved on demand. best regards, > FTP server component will send the files simultaneously to all client at > their own speed. It is serialized only when in the event handler, not for > sending files. > > -- > [EMAIL PROTECTED] > http://www.overbyte.be > > > ----- Original Message ----- > From: "Guillaume MAISON" <[EMAIL PROTECTED]> > To: "iCS support mailing" <[email protected]> > Sent: Tuesday, April 26, 2005 5:10 PM > Subject: [twsocket] [HELP] FtpServer : Long Process HOWTO > > > > Hi everyone, > > > > here's my problem : > > > > still in my video server, i'm using the FtpServer component > > to download a set of images, taken from a camera, through one > > simple RETR call. > > > > On the OnGetProcessing event, i retrieve from a DB (the connection > > has already been made) all the images needed > > (range of images provided in the filename which is formatted) > > and push them into the Client.Datastream. > > > > for the algorithm, i have no problem. > > > > but what happens if several ftp client asks at the same time > > for a big amount of images (average : 1 image = 21Ko) let's say 1200 > images ? > > > > Is Each OnGetProcessingEvent fired one after anoher ? > > which would then result in a queueing of each request... > > > > thanks for your help ! > > > > Best regards, > > > > Guillaume MAISON > > ----- > > Guillaume MAISON - [EMAIL PROTECTED] > > 83, Cours Victor Hugo > > 47000 AGEN > > T�l : 05 53 87 91 48 - Fax : 05 53 68 73 50 > > e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com > > > > > > -- > > To unsubscribe or change your settings for TWSocket mailing list > > please goto http://www.elists.org/mailman/listinfo/twsocket > > Visit our website at http://www.overbyte.be > > > > > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://www.elists.org/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be Guillaume MAISON ----- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN T�l : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
