I'm using dtml-call to make a call to a ZSQL Method that reindexes a mySQL database. In most cases this works fine but a few of the ZSQL Methods take so long to complete that the browser times out. Is there any way to fork the dtml-calls (or the ZSQL Methods) so that the server will finish the work in the background while returning control back to the browser? =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Justin Stockton | <xml>Its anything Development InfoStructure | you want it to http://www.devIS.com | be.</xml> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
On Tue, Feb 06, 2001 at 06:07:46PM -0500, Justin Stockton wrote:
Is there any way to fork the dtml-calls (or the ZSQL Methods) so that the server will finish the work in the background while returning control back to the browser?
You can use Xron and schedule a call to your ZQL method within the dtml-method. -- Roberto Lupi
participants (2)
-
Justin Stockton -
Roberto Lupi