I have a PHP application that uses Zend Framework, jQuery's ajax, and Zend_Session. This application has been around for about 7 months and working the way it should. When the application initializes after the user logs in, about 10 ajax requests are fired off to load up relevant data to a dashboard type page. After those have requests have finished, ajax requests are mainly user-initiated from that point on. When the application was working properly, we didn't have a truly load balanced environment, we had 3 app servers that handles requests, but each one stored PHP session data locally. Recently we changed that so that each app server is connected to a central NFS share where PHP session data is stored. That is when the application broke.
Şimdi ne olur sayfa ile başlangıç durumuna, ben ajax istekleri bekliyor görmek, ancak bunların yarısı zaman aşımı olabilir. Ben (yaklaşık 3-10 dakika) yeterince uzun beklerseniz, o zaman tüm kullanıcı başlatılan tıklama hızlı cevap. Biz sorun oturum işleme bizim değişiklik nedeniyle olduğunu doğruluyorum.
Herkes nasıl giderileceği üzerine gidiyor olabilir ne bir açıklama, ve / veya bir çözüm var mı?
Ben büyük ölçüde verebilirim herhangi bir yardım için teşekkür ederiz. Bu bir yere saçımı çekerek oldum.