Displaying 2 results from an estimated 2 matches for "drnesrrc7su2oz".
2005 Mar 07
2
Threaded logging?
Is the logging system thread-safe? I have a process that takes about 5
hours, and twice, it has stopped, giving me no errors at all... but the
process hasnt been finished... The second time, I loaded the status
page, and it gave me a 500 error, at the same time the process stopped.
I have a sneaking suspicion that the cause is two processes trying to
write to the log-file at the same
2005 May 10
8
fastcgi approach?
I''ve just had a problem with fastcgi killing processes off while they
were running (I have a long-running background process)... but it took
me a while to track it down and pinpoint that fastcgi was asking the
process to quit. So i was thinking if it would be a good idea to tweak
the way ruby-fastcgi handles this.
At the moment, in fcgi.rb (part of the fcgi gem) there is