Thanks for your repplies.<div><br></div><div>Yes, Rob, i'm connecting and disconnecting every time. Here some part of the logs, sorry if it's a noob question but why when the connection is received the port number is increasing? it starts in 3668 and the next connection is 3669 and so on</div>

<div><br></div><div><div>2009-11-11 13:16:23 COT [unknown] [unknown] 2004LOG:  connection received: host=127.0.0.1 port=3668</div><div>2009-11-11 13:16:23 COT gpsuser db_gpstracker 2004LOG:  connection authorized: user=gpsuser database=db_gpstracker</div>

<div>2009-11-11 13:16:23 COT gpsuser db_gpstracker 2004LOG:  disconnection: session time: 0:00:00.031 user=gpsuser database=db_gpstracker host=127.0.0.1 port=3668</div><div>2009-11-11 13:16:23 COT   5300LOG:  loaded library "$libdir/plugins/plugin_debugger.dll"</div>

<div>2009-11-11 13:16:23 COT [unknown] [unknown] 5300LOG:  connection received: host=127.0.0.1 port=3669</div><div>2009-11-11 13:16:23 COT gpsuser db_gpstracker 5300LOG:  connection authorized: user=gpsuser database=db_gpstracker</div>

<div>2009-11-11 13:16:23 COT gpsuser db_gpstracker 5300LOG:  disconnection: session time: 0:00:00.046 user=gpsuser database=db_gpstracker host=127.0.0.1 port=3669</div></div><div><br></div><div>Best regards</div><div><br>

</div><div>Fernando<br><br><div class="gmail_quote">On Wed, Nov 11, 2009 at 2:08 PM, Robert Coup <span dir="ltr"><<a href="mailto:robert.coup@onetrackmind.co.nz">robert.coup@onetrackmind.co.nz</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Thu, Nov 12, 2009 at 6:05 AM, Nandorov <<a href="mailto:nandorov@gmail.com">nandorov@gmail.com</a>> wrote:<br>


><br>
> Everything's working fine after 20 or 15 minutes, the application starts to<br>
> throw the following postgis error:<br>
> "could not connect to server: connection timed out (0x0000274C/10060)<br>
> Is the server running on host "127.0.0.1" and accepting TCP/IP connections<br>
> on port 5432"<br>
> Some statatements can be executed and some other can not<br>
<br>
</div>Are you connecting and (not) disconnecting every time you log a piece<br>
of data, or maybe maintaining one DB connection for each device?<br>
Sounds like either (a) you're hitting the postgres connection limit<br>
(see the postgresql.conf, but more importantly fix your code), or (b)<br>
you've managed to crash one of the server's child processes<br>
(unlikely). Either way, as Mateusz said, have a look in the logs.<br>
<br>
Rob :)<br>
<div><div></div><div class="h5">_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</div></div></blockquote></div><br></div>