[Gambas-user] Gambas Web-Form-Apps

Benoît Minisini g4mba5 at gmail.com
Thu Dec 3 12:17:44 CET 2020


Le 03/12/2020 à 12:12, Rolf-Werner Eilert a écrit :
> Hi Claus
> 
> The reason for your surprise might be that you do not consider that apps 
> for the web run "on demand" only. So when the page is read, the 
> application runs through once, produces the answer page, sends it and 
> stops.
> 

This is why I replaced 'gb.web.form' by 'gb.web.gui'.

With 'gb.web.gui', you can write tasks that continue to run even between 
requests, as each web session is replaced by a unique process.

Regards,

-- 
Benoît Minisini


More information about the User mailing list