[Phplib-users] mod_backhand and phplib
Brought to you by:
nhruby,
richardarcher
From: Daniel B. <bo...@io...> - 2001-11-27 23:58:24
|
just wondering if anyone had tried using mod_backhand with phplib? mod_backhand is a load balancing apache module. =20 www.backhand.org with session.inc it's pretty trivial (since everything is stored in the database),=20 but I am having trouble with session4.inc. I am trying to get all the load balanced machines to store the phpsess files on the same nfs mounted machine in the same folder so they can all access it. Works almost all the time, but I do get random logouts. I suspect it is when both machines try to write the new session info at the same time. has anyone tired mod_backhand at all? and has anyone used the mod_backhand bySession variable with phplib? thanks |