On 01-08-2005 16:32, Sebastian Kühner wrote:
Hi!
I have ser running with the postgres module. When I make a ps -el, there are many
"postmaster" entries.
My questions:
1.) Is that normal?
Yes.
2.) I have max_connections=250 in my postgres
configuration file. The more users are connected to my ser, the more connections do I
need? ... or ser only "needs" this connections on startup?
No, there is one connection per process and module, it is not related
to the number of users.
Jan.