Forum OpenACS Development: Response to postgres: nsadmin openacs [local] idle

Collapse
Posted by Ben Adida on
The idle means that these are open connections to PostgreSQL which are
not processing SQL statements. Because AOLserver keeps a pool of
connections open to the database, you will see this when your server
isn't very active. After an hour of being idle (typically, although
this is configurable), the connection will be closed, only to be
reopened the next time it is needed.

Thus, what you're seeing is totally normal.