On Dec 9, 5:25 pm, Carl Nobile <[email protected]> wrote: > By any chance are you reading or writing files to an NFS mount? I have > found this to have no end of problems when using Django because of the > delay that NFS inserts with the availability of newly changed data > between app servers.
The Django code is stored on a NFS mounted filesystem (because there are multiple webservers in front, serving this data). But there are no files written to the NFS mount, except when the code is manually updated. Did you also have problems with _just_ reading Django code from NFS mounts? -- 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.
