
forceload: sys/semsys forceload: sys/shmsys
Actually, I meant
I have a third party middleware package which is loaded at boot time.
It uses shared memory and semaphores. When the server is rebooted, the
the middleware performance is terrible. If the daemons are then manually,
restarted, everything works fine. So I suspect that when at boot time ,
the middleware starts, there are some race conditions related to the fact that
shared memory and semaphore support are loaded at first reference. Can this
make sense? Would forceloading IPC with forceload: sys/semsys
forceload: sys/shmsys help?
Any help will be greatly appreciated.
George