From: gavino on
I envision getting web request, then running calculation on in memory
array data, logging the request to disk in the background, then
responding to the web request without going to disk..

possible with tcl?
reccomened way?

Inspiration from www.prevayler.org
From: Alexandre Ferrieux on
On Jul 23, 9:31 pm, gavino <gavcom...(a)gmail.com> wrote:
> I envision getting web request, then running calculation on in memory
> array data, logging the request to disk in the background, then
> responding to the web request without going to disk..
>
> possible with tcl?

Yes.

> reccomened way?

By learning Tcl or hiring a Tcl developer.

-Alex