You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using the mapnik in my tile server, and use Express to handle the request, and for every request I will initial a mapnik instance to render the tile image, it works fine, the question is, it seems that there is a limitation for multiple request, the PostgreSQL shows that the concurrent connection count is low, how can I set up the node app to increase the concurrent connection to the DB to improve the throughout?
Thanks.
The text was updated successfully, but these errors were encountered:
You can try to increase the environement variable UV_THREADPOOL_SIZE and you can use a node.js pooling library to reuse the same map objects between requests.
Hi, I'm using the mapnik in my tile server, and use Express to handle the request, and for every request I will initial a mapnik instance to render the tile image, it works fine, the question is, it seems that there is a limitation for multiple request, the PostgreSQL shows that the concurrent connection count is low, how can I set up the node app to increase the concurrent connection to the DB to improve the throughout?
Thanks.
The text was updated successfully, but these errors were encountered: