多台LAMP集群如何实现session快速共享?
LAMP 集群
一台 Load Balancing
几台 LAMP
LAMP之间SESSION如何“快速“复制阿~~!
我是新手了,请大家帮帮忙了!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
LAMP 集群
一台 Load Balancing
几台 LAMP
LAMP之间SESSION如何“快速“复制阿~~!
我是新手了,请大家帮帮忙了!
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
Sharedance is a high-performance server that centralize ephemeral key/data pairs on remote hosts, without the overhead and the complexity of an SQL database.
It was mainly designed to share caches and sessions between a pool of web servers. Access to a sharedance server is trivial through a simple PHP API and it is compatible with the expectations of PHP 4 and PHP 5 session handlers.
Sharedance is heavily used on Skyblog .
Download Sharedance 0.6, released on Feb 18, 2006.
nfs
难道一定要用共享存储?
[ 本帖最后由 gig2600 于 2006-5-29 13:59 编辑 ]