[Gambas-devel] Gambas as a web server ...
Gareth Bult
gareth at ...623...
Fri Feb 6 11:34:18 CET 2009
Hi,
Expanding on the question I asked on Gambas-user yesterday .. what I'd like to do it to write an application server that is able to use Gambas as it's scripting Language. Given it doesn't look practical to do this directly given the threading issue, does anyone have any views / ideas about how well it would work in reverse?
i.e. if I were to write a multi-threaded http-daemon in "C", is it likely to be practical to call Gambas within given threads to run code fragments which service web requests? I'm wondering whether I can use one thread which can be used to store and compile code with Eval.Compile .. then run the resulting objects in threads with Eval.Value ... ??
Does this sound doable / practical ?
tia
Gareth.
--
Gareth Bult (Gareth at ...624...)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20090206/2cc35b04/attachment.html>
More information about the Devel
mailing list