Hi Tomasz, I'll reply to this shorter question first.
On 7/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Oh yes, and attempt to to $scheduler.join blocks controller's action. > The code blocks get executed for each of the jobs, but controler isn't > "released". Well, that's the purpose of the join() method, it joins the current thread to the scheduler's thread. Your scheduler seems to be referenced by a global variable, why not join it at all and let it work ? (now unto your first question) -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
