Tagged Questions
3
votes
1answer
662 views
Pgpool, Postgresql and Apache tuning (1000 concurrent spatial queries)
I'm trying to configure a load balancing system.
I've a python script, invoked through mod_wsgi on Apache, that generates a query and executes it on pgpool: request-> wsgi python -> pgpool -> ...