RE: [Pgsql-ayuda] Ayuda...

From: "Jorge Zurita" <jorgeze(at)tutopia(dot)com>
To: <pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx>
Subject: RE: [Pgsql-ayuda] Ayuda...
Date: 2003-10-27 18:44:54
Message-ID: 002701c39cba$6ad3ee70$16e0cc94@n2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

El problema no es con postgres, es en tu programa.. Seguramente estas
haciendo una conexión nueva cada vez que realizas una transacción, evita
esto creando una conexión al cargar la forma y a partir de esta haces
todas transacciones necesarias, al cerrar la forma cierras la conexión.

-----Mensaje original-----
De: pgsql-ayuda-admin(at)tlali(dot)iztacala(dot)unam(dot)mx
[mailto:pgsql-ayuda-admin(at)tlali(dot)iztacala(dot)unam(dot)mx] En nombre de Mauricio
E. Pastorini Torres
Enviado el: Lunes, 27 de Octubre de 2003 09:08 a.m.
Para: pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx
Asunto: [Pgsql-ayuda] Ayuda...

Hola a todos, estoy desarrollando un sistema un V.B. 6.0 conectado a
Postgres 7.3 en un servidor Debian ha funcionado todo muy bien, sin
embargo tengo varias dudas... primero, revisando los procesos que estan
corriendo en la máquina aparece lo siguiente:

5415 postgres 9 0 12112 11M 11032 S 0.0 2.3 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5495 postgres 9 0 12112 11M 11028 S 0.0 2.3 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5398 postgres 9 0 12108 11M 11028 S 0.0 2.3 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5396 postgres 9 0 11788 11M 10972 S 0.0 2.3 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5508 postgres 11 0 11788 11M 10968 S 0.0 2.3 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5437 postgres 9 0 5920 5920 5040 S 0.0 1.1 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5399 postgres 9 0 5916 5916 5036 S 0.0 1.1 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5496 postgres 9 0 5892 5892 5008 S 0.0 1.1 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5494 postgres 9 0 5876 5876 4864 S 0.0 1.1 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5397 postgres 9 0 5856 5856 5004 S 0.0 1.1 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5395 postgres 9 0 5852 5852 4844 S 0.0 1.1 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5411 postgres 9 0 5844 5844 4836 S 0.0 1.1 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5414 postgres 9 0 5844 5844 4836 S 0.0 1.1 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5426 postgres 9 0 5844 5844 4836 S 0.0 1.1 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5486 postgres 9 0 5764 5764 4980 S 0.0 1.1 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5487 postgres 9 0 5720 5720 4884 S 0.0 1.1 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5507 postgres 9 0 5664 5664 4824 S 0.0 1.1 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5488 postgres 10 0 5472 5472 4644 S 0.1 1.0 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5410 postgres 9 0 5452 5452 4680 S 0.0 1.0 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5425 postgres 9 0 5448 5448 4676 S 0.0 1.0 0:00 postgres:
postgres vitadent 192.168.0.10 idle in transaction
5412 postgres 9 0 5276 5276 4540 S 0.0 1.0 0:00 postgres:
postgres vitadent 192.168.0.10 idle

esta ocurriendo algo malo???

segundo algunas veces aparece en el log de errores lo siguiente:

pq_recvbuf: recv() failed: Connection reset by peer

alguien me puede ayudar...

Mauricio
--
ICQ : 35877860

_______________________________________________
Pgsql-ayuda mailing list
Pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx
http://tlali.iztacala.unam.mx/mailman/listinfo/pgsql-ayuda

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Mauricio E. Pastorini Torres 2003-10-27 20:08:16 [Pgsql-ayuda] idle in transaction... Thnks Jorge Zurita
Previous Message Alvaro Herrera 2003-10-27 17:27:38 Re: [Pgsql-ayuda] Problema en función al usar "timestamp + interval '$1 seconds' "