-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login and logout for each request #12
Comments
The connection pooling attribute was not set. I got it working on windows, but did not test it yet on linux. |
Any chance you can release your dev branch and update mapnik for 3.0.11? mapnik-node is on "version": "3.5.13" "mapnik_version":"3.0.11 and I can't get my old version of mapnik to work with node4? |
I'll try to update it next weekend.
|
Thanks so much for the pull request commit. As soon as a release is done ill be sure to test it out and report back if any issues. |
I notice when profiling sql server every single title request has an audit login and audit logout. I thought this was odd so I verified that
persist_connection
was set to true and it was. Perhapspersist_connection
only refers to the connection itself and not the user being logged in? Either way I think there is some overhead of logging in and out all the time.The text was updated successfully, but these errors were encountered: