I'm having an issue with WP 2.0 where my site becomes unresponsive after hitting 'save' or 'save and continue editing' on new and existing posts. The edits do save to the database okay, but when it tries to refresh the page, it just sits there forever. Trying to load the site in a new instance of the browser even from a different machine also just sits there forever trying to load the page. This is happening on both my development machine and on my shared host.
The development environment is as follows: OS X Tiger, lighttpd 1.4.8 as the web server, php 5.1.1 compiled as fcgi, MySQL 4.1. Live webhosting is on jaguarpc.com. The only difference between the two is that the live webserver eventually times out.
Killing the lighttpd process and starting it again clears up the problem until the next time I trigger it. It's strange though, because while the hang is ocurring, other development sites based on the same lighttpd instance will come up fine, so it's not as if the web server is completely hanging. Web logs show no errors. Also, there's a WP 1.5.2 dev site left on my machine, and that saves with no problems.
I'm really mystified by this one, so any help would be greatly appreciated. Thanks!