Synchronous FTP upload?

Dave Cragg dcragg at lacscentre.co.uk
Fri Jun 28 06:51:01 EDT 2002


At 11:20 pm -0400 26/6/02, Yennie at aol.com wrote:
>Richard,
>
>Not sure if this helps, but I took a peek into the libURL scripts...
>It seems like you can get messages completely blocked by finding this:
>
>   repeat while laFTPStatus[laUrl[laNx[x]]] is empty
>        wait for messages
>   end repeat
>
>Which appears several time in a ulFTPSend handler. Just comment out the "wait
>for messages" line.
>
>Dunno if that helps with anything, but hope so.
>
>Brian

I wouldn't advise this. I haven't tried it, but I'm pretty sure 
you'll be in an endless loop. Without the "wait for messages" line, 
no other messages will get handled while you're in the repeat loop. 
And as the condition that stops the loop gets set in another handler 
...

Cheers
Dave Cragg



More information about the metacard mailing list