search for: 70cecb15

Displaying 1 result from an estimated 1 matches for "70cecb15".

Did you mean: 70c3cb5
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