Ivan Fedorov wrote: > > I'm have a problem when using django new-admin branch with FastCGI. > Admin site is unusable. > > When I'm try to add(change is ok) new flatpage, django dies... it > connects to pgsql, locks something and do nothing... :( > > With mod_python and devel server all ok. > > But my hosting provider can't install apache2 now... :( > > Any suggestions? How can I debug/trace it? > > I think it must be fixed before merging new-admin into trunk. > > I'm found that fist place where django "sleeps" in > django/contrib/admin/views/main.py:448 : > > # Add default data. > new_data = manipulator.flatten_data() > > > PS: Sorry for my bad english. > This seems very strange. All that flatten_data should do here is convert the fields of the object to a database... How did you work out that this is where it sleeps? Can you work out what query the database is doing? ( Query log?)
I can't really understand what would be different about FCGI in this case than anything else, so are you *sure* that is what is causing this problem? IE are you trying this on the exact same machine and environment as your apache2 and devel server tests, or are you trying this on your hosting provider?
