in reply to Can flock occasionally fail on systems that support file locking?
If you're unable to show us code (or even if you are), it sounds like this calls for a basic debugging technique: strip extraneous stuff out, and see if you can come up with a small example that demonstrates the problem. Quite often, the act of removing stuff that you think isn't part of the problem either reveals that some of it really is. Or, the real problem is laid bare.
Since you're working with CGIs, that might mean figuring out some way of programmatically driving the web server (e.g., by multiple LWP clients).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Can flock occasionally fail on systems that support file locking?
by rzward (Monk) on Jul 10, 2003 at 17:01 UTC |