From: Sam H. <sh...@ma...> - 2005-09-08 15:57:30
|
On Sep 8, 2005, at 11:33, Davide P. Cervone wrote: >>> (I'm not sure why it is necessary to make a local variable for >>> LOG, but at least it works now.) >> >> We want WW to be thread safe, so that when we port it to Apache 2 >> (my next major project), people can run it under the threaded MPM. > > OK. I'll keep that in mind as I work on other parts. I guess that > means most of the other file access code will have to be modified > similarly. Most of the file access code already uses lexical variables. -sam |