« Return to Thread: Using gb.web in my own gambas web server

Re: Using gb.web in my own gambas web server

by Benoît Minisini :: Rate this Message:

Reply to Author | View in Thread

> Benoît Minisini wrote:
> > As stated in the documentation, gb.web allows you to implement *CGI*
> > scripts,
> > i.e. executables that are run by the HTTP server and that return the HTTP
> > response on their standard output stream.
> >
> > Regards,
> >
> > --
> > Benoît
>
> yes, of course. So, the solution could be to make a separate executable
> which I send the raw stream and receive the output. Is it a good idea in
> you opinion?
>
> Best regards and thank you.

Why shouldn't be a good idea? It depends on what you will do with your CGI
script.

--
Benoît

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

 « Return to Thread: Using gb.web in my own gambas web server