Hallo,
On Thu, Mar 19, 2009 at 10:10 PM, Pavel Dudrenov dudrenov@gmail.com wrote:
- 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,