Skip to content
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

Open
BHare1985 opened this issue Mar 28, 2016 · 4 comments
Open

Login and logout for each request #12

BHare1985 opened this issue Mar 28, 2016 · 4 comments

Comments

@BHare1985
Copy link

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. Perhaps persist_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.

@gaspardle
Copy link
Owner

The connection pooling attribute was not set. I got it working on windows, but did not test it yet on linux.

2d31543...c1dbe35

@BHare1985
Copy link
Author

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?

@gaspardle
Copy link
Owner

I'll try to update it next weekend.
On Jun 12, 2016 9:55 PM, "Brian Hare" [email protected] wrote:

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?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#12 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AAZlvQiSod2M6rY8Qb34pXyOPEQdWTA1ks5qLLh-gaJpZM4H5pdV
.

@BHare1985
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants