I've searched the web but can't find any references to the following question which leads me to ask it here. Can anyone tell me if there's any notable performance hit due to mod_wsgi's reload behaviour when it reads the timestamp of the .wsgi application file and reloads the app if it has changed?
I'm fairly new to the world of mod_wsgi and this question comes from my experience using PHP's APC module, which has a directive that can disable file checking on each request (apc.stat). I have no idea if mod_wsgi operates in the same way, but it would seem to me that it must do a filesystem check in order to identify if the timestamp has changed. If someone could confirm or disconfirm this I'd appreciate it. Thanks, Guy -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
