Re: Admin interface is slow

2009-05-21 Thread BinseerN Forent
Thank you guys for your reply .. Actually i am using django+satchmo (sorry for not mentioning that.. my bad).. I thought admin interface related stuffs are related to Django only.. Thats why i didn't mentioned satchmo... In satchmo there is a patch for my particular problem explicitly .. http://w

Re: Admin interface is slow

2009-05-20 Thread Alex Gaynor
On Wed, May 20, 2009 at 9:31 AM, Skylar Saveland wrote: > > Is this something having to do with pools? > > > Django doesn't pool connections, so unless the original poster is using an external pool, no. Alex -- "I disapprove of what you say, but I will defend to the death your right to say it."

Re: Admin interface is slow

2009-05-20 Thread Skylar Saveland
Is this something having to do with pools? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send

Re: Admin interface is slow

2009-05-20 Thread BinseerN Forent
its a local process On Wed, May 20, 2009 at 6:33 PM, Joshua Partogi wrote: > > Is this a local process or remote process ? > > On May 20, 10:36 pm, Binseer wrote: > > Hi all, > > My admin interface is running dead slow.. I am using postgresql8.3. > > When i checked running processes by "ps ax |

Re: Admin interface is slow

2009-05-20 Thread Joshua Partogi
Is this a local process or remote process ? On May 20, 10:36 pm, Binseer wrote: > Hi all, > My admin interface is running dead slow.. I am using postgresql8.3. > When i checked running processes by "ps ax | grep "postgres" ", it > shows some idle processes are running in the very begining itself

Admin interface is slow

2009-05-20 Thread Binseer
Hi all, My admin interface is running dead slow.. I am using postgresql8.3. When i checked running processes by "ps ax | grep "postgres" ", it shows some idle processes are running in the very begining itself 0:00 postgres: [local] idle .. I think the idle processes makes the interface slow (