[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Minivend Crash
I'd like to touch again on my topic of MV3.12 crashing when a single user
hits the reload button several times very quickly.
It seems to me this error must be somehow related to forking. When running
in debug mode 4096 (foreground), MiniVend doesn't fork the same way as it
does normally. Processes are run in a linear manner, each request is
processed in the order in which they are made. In this case, MiniVend does
not crash for the situation given above.
When run in debug mode 2048 (background), MiniVend forks normally. The
above situation causes MiniVend to lock. Nothing shows in the error log
indicating a possible cause for the lock-up. I've seen this problem listed
before, but no apparent solutions have been presented.
I've played extensively with configuration settings, and no positive result.
Is there a perl module I'm missing that may prevent this? Is there a debug
mode I can try that might give me more information and possibly lead to a
cause?
Thanks,
Bill
Am I missing a needed perl module to prevent this problem?