I need a little help here.

Question 1;

For the semaphore support you must #define only one of the following and
#undef the rest. If you do not #define one of these, then mod_throttle will
operate without semaphore support, which will have undefined results: 

USE_POSIX_SERIALIZATION
USE_FCNTL_SERIALIZATION
USE_FLOCK_SERIALIZATION
USE_SYSTEM_V_SERIALIZATION

Question 2;

For the shared memory support you must #define only one of the following and
#undef the rest. If you do not #define one of these, then mod_throttle will
operate without shared memory, which will have undefined results: 

USE_POSIX_SHARED_MEMORY
USE_SYSTEM_V_SHARED_MEMORY


(I am thinking it is POSIX for both options)

Thanks,

Justin.

--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org

Reply via email to