Thread: ServerLoop
Hi, we are using Zope 2.4.1, psycopg 1.0.13 and postgres 7.1.3. I've seen now this error in the postgres.log 2003-02-18 09:19:19 [23640] DEBUG: ProcessUtility: END 2003-02-18 09:19:19 [23640] DEBUG: CommitTransactionCommand 2003-02-18 09:19:39 [23640] DEBUG: proc_exit(0) 2003-02-18 09:19:39 [23640] DEBUG: shmem_exit(0) 2003-02-18 09:19:39 [23640] DEBUG: exit(0) /usr/local/pgsql/bin/postmaster: reaping dead processes... /usr/local/pgsql/bin/postmaster: CleanupProc: pid 23640 exited with status 0/usr/local/pgsql/bin/postmaster: ServerLoop: handling reading 5 /usr/local/pgsql/bin/postmaster: ServerLoop: handling reading 5 /usr/local/pgsql/bin/postmaster: ServerLoop: handling reading 5 /usr/local/pgsql/bin/postmaster: ServerLoop: handling reading 5 /usr/local/pgsql/bin/postmaster: ServerLoop: handling writing 5 It occurs every 5-10 minutes or more !! Did anybody know what this error means ? google gives me no explanation about this error. Best Regards ! -- Lutz Steinborn mailto:l.steinborn@4c-ag.de 4c AG Tel +49 6092 999592 Stefan-George-Ring 22-24 Fax +49 89 99341 399 81929 München http://www.4c-shopping.de
Lutz Steinborn <l.steinborn@4c-ag.de> writes: > I've seen now this error in the postgres.log > 2003-02-18 09:19:19 [23640] DEBUG: ProcessUtility: END > 2003-02-18 09:19:19 [23640] DEBUG: CommitTransactionCommand > 2003-02-18 09:19:39 [23640] DEBUG: proc_exit(0) > 2003-02-18 09:19:39 [23640] DEBUG: shmem_exit(0) > 2003-02-18 09:19:39 [23640] DEBUG: exit(0) > /usr/local/pgsql/bin/postmaster: reaping dead processes... > /usr/local/pgsql/bin/postmaster: CleanupProc: pid 23640 exited with status > 0/usr/local/pgsql/bin/postmaster: ServerLoop: handling reading 5 > /usr/local/pgsql/bin/postmaster: ServerLoop: handling reading 5 > /usr/local/pgsql/bin/postmaster: ServerLoop: handling reading 5 > /usr/local/pgsql/bin/postmaster: ServerLoop: handling reading 5 > /usr/local/pgsql/bin/postmaster: ServerLoop: handling writing 5 > It occurs every 5-10 minutes or more !! I see no error here, just normal operation. If you don't like the amount of fluff that's appearing in your log, reduce the debug setting. regards, tom lane