search for: periodic_call_remot

Displaying 1 result from an estimated 1 matches for "periodic_call_remot".

Did you mean: periodic_call_remote
2006 Jan 17
2
Getting data back from thread spawn
I have a script that needs to be run, that in some cases will take longer than the server timeout. So, I''m thinking just throw the script in its own thread, but I need to be able to get the data back from that thread and refresh the page with the data returned. Any suggestions how to do this? Thanks, PJ