This question may be related to a resolved thread.
Also referenced to CodeIgniter forum thread: http://ellislab.com/forums/viewthread/150496/#735762
I just wanted to check on the current situation with regards to flock() functions in ExpressionEngine with regards to the above linked thread. Does it still use flock() and has there been a feature request and subsequent configuration setting in EE 2 as a result?
To sum up my particular problem, I’ve just moved to a cloud-based hosting environment where they are using NFS. Upon setting up EE to match my local copy the Control Panel was incredibly slow to both log in and navigate between pages — taking a minute or two each time. After working with my hosts they were a great help and pointed out the problem with file locking via flock() on NFS which was the primary cause. In the above thread it looks like MediaTemple pointed out the same thing. My hosts greatly improved things so now it’s fast and responsive but they had to edit core EE files in commenting out sections regarding flock(). This obviously isn’t a long term solution and will break when I next upgrade so I really need a way to prevent this from happening again — some configuration setting or a removal on the reliance of flock altogether.