maarten101 Posted October 8, 2009 Share Posted October 8, 2009 Hello, i have an application running on a LAMP environment. On certain times Apache is very busy and it starts queuing requests. For certain requests and pages this is not a problem, but for other requests (interval bases authentication requests done by a client side Flash application) this is a problem because if these authentication requsts time-out the user is logged out. So what i would like to do is tell apache that als requests from getauth.php should be placed on top of the qeue if there is any above other php page requests of images or audiofile requests. Is this possible? Thank you. Regards Maarten Quote Link to comment Share on other sites More sharing options...
trq Posted October 8, 2009 Share Posted October 8, 2009 The only way that would be possible (that I know of) would be to move the resource in question to a virtual host and setup the appropriate config options. This could easily be achieved using a subdomain. Quote Link to comment Share on other sites More sharing options...
maarten101 Posted October 9, 2009 Author Share Posted October 9, 2009 Thorpe, thank you, this is all the info i need. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.