Hai friends,
                     I am trying to implement pg pool II in my django
application .Followings are configuration parameter i used in the
settings.py file

DATABASE_ENGINE = 'postgresql_psycopg2'           #
'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
DATABASE_NAME = 'test'             # Or path to database file if using
sqlite3.
DATABASE_USER = testuser'             # Not used with sqlite3.
DATABASE_PASSWORD = 'test'         # Not used with sqlite3.
DATABASE_HOST = 'localhost'             # Set to empty string for
localhost. Not used with sqlite3.
DATABASE_PORT = '5433'             # Set to empty string for default.
Not used with sqlite3.

when i try the database using the command
python manage.py dbshell  two idle process are come in my process
list

postgres 11508  0.0  0.0   7452   616 ?        S    17:15   0:00
pgpool: testuser test 127.0.0.1(50047) idle
postgres 11509  0.0  0.2  42712  2076 ?        Ss   17:15   0:00
postgres:testuser test 127.0.0.125(50593) idle

 but when i am trying through my djnago  application it is comming
like

postgres 11509  0.0  0.2  42712  2076 ?        Ss   17:15   0:00
postgres:testuser test 127.0.0.125(50593) idle

and the same time  all the pgpool connections are waiting for the new
connection.

How i can solve this issue.Hope i will get the support from here

Thanks in advance


Regards

Binsun N T

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to