[Gambas-user] Gambas called by a Web Server
Benoît Minisini
g4mba5 at gmail.com
Tue May 21 01:06:59 CEST 2019
Le 21/05/2019 à 00:21, Cedron Dawg a écrit :
>
> Okay, so look here for exemplary code?
>
> ./gambas-master/app/src/gambas-wiki/.src
>
> But that is a project for an executable, isn't it?
>
> I am looking at it though. My server is on another computer so it is going to take a little playing around.
>
> CGI exe's were notoriously inefficient (new process for every request), do these work that way?
>
Creating a process is not so expensive on Linux, and Gambas executables
are very fast to start.
Of course, if you need to handle ten of thousands requests by second,
this could be a problem. Below that number, it's ok.
--
Benoît Minisini
More information about the User
mailing list