Prev: How to split a list when calling a proc with variable arguments
Next: Compressing a file (in windows)
From: gavino on 23 Jul 2010 15:31 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 24 Jul 2010 07:20
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 |