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
