At 11:20 pm -0400 26/6/02, [EMAIL PROTECTED] 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
_______________________________________________
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to