Long time processing procedure

rstanciu

Member
When we have to execute a very long time processing 4GL procedure
over the WebSpeed broker, we can be blocked by the Apache time-out.

A solution is to start a very simple 4GL Server-Socket and run the
procedure in the "readHandler" (pro -p PushWebServer.p).

The webspeed url can be redirected on http://localhost:33735/

*note: this type of page (Content-Type: multipart/x-mixed-replace) can be
displayed only with Firefox (IE can not handle this)
 

Attachments

  • PushWebServer.p
    3.2 KB · Views: 12

rstanciu

Member
yes I can, but the problem is the user can't see what is happening.
The user can't wait 20 minutes regarding a blank page.
 

sarani

New Member
On UNIX, you can do this :
OS-COMMAND value("_progres -b -p proc.p [-param liste_of_params ] &").

Regards.
 
Top