select version();
"PostgreSQL 8.3.3, compiled by Visual C++ build 1400"

select postgis_version();
"1.3 USE_GEOS=1 USE_PROJ=1 USE_STATS=1"



On Wed, Nov 11, 2009 at 12:36 PM, Per-Olof Norén <[email protected]> wrote:

> What postgres and postgis versions are you using?
>
> /p
>
> 11 nov 2009 kl. 18.05 skrev Nandorov <[email protected]>:
>
>
>
>> Hello list,
>>
>> I need some advices of what i'm trying to do. I have a lot of GPS devices
>> that are sending data(every 10 seconds) to an application (Java). The
>> latter
>> connects to a Postgis database and inserts the coordinates as POINT
>> datatype
>> in a table. For testing, i'm using the super user postgres
>>
>> Everything's working fine after 20 or 15 minutes, the application starts
>> to
>> throw the following postgis error:
>> "could not connect to server: connection timed out (0x0000274C/10060)
>> Is the server running on host "127.0.0.1" and accepting TCP/IP connections
>> on port 5432"
>> Some statatements can be executed and some other can not
>>
>> It could be a problem for using the super user postgres or something
>> related
>> to max_connections (Currently set at 100) in postgres.conf?
>>
>> Any ideas? Thanks a lot
>>
>> Best Regards
>>
>> Fernando
>> --
>> View this message in context:
>> http://old.nabble.com/Postgis-concurrence-question-tp26304850p26304850.html
>> Sent from the PostGIS - User mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> postgis-users mailing list
>> [email protected]
>> http://postgis.refractions.net/mailman/listinfo/postgis-users
>>
> _______________________________________________
> postgis-users mailing list
> [email protected]
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to