[gambit-list] Web applications in Gambit

Alex Queiroz asandroq at gmail.com
Fri Mar 20 09:01:40 EDT 2009


Hallo,

On Thu, Mar 19, 2009 at 10:10 PM, Pavel Dudrenov <dudrenov at gmail.com> wrote:
>> 3) You can do like 2 but avoid the socket overhead by starting an in-
>> process OS thread which handles database requests.  Then you need to
>> implement a simple bidirectional FIFO structure for the Scheme code to
>> talk to this OS thread.  You could even start several OS threads and
>> load-balance your requests.  If you are interested in this approach
>> then let me know and I will write a sample.
>>
>
> I would be interested in seeing a sample to that.
>

     Yes, this would be very interesting to see. :)

Cheers,
-- 
-alex
http://www.ventonegro.org/



More information about the Gambit-list mailing list