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

require('pgmoon') in init_by_lua_block #31

Closed
asafyish opened this issue Jun 19, 2016 · 1 comment
Closed

require('pgmoon') in init_by_lua_block #31

asafyish opened this issue Jun 19, 2016 · 1 comment

Comments

@asafyish
Copy link

Hi,

I wonder if I do:

pgmoon = require('pgmoon')

in init_by_lua_block,
and then in a location handler, use content_by_lua_file with

local pg = pgmoon.new({...})
-- Do work
pg:keepalive()

Will I get the same pool shared among all workers ?

@leafo
Copy link
Owner

leafo commented Jul 13, 2016

requiring the library has no side effects other than bringing the code in the scope. It won't change how the cosocket pool works.

(I actually don't know if cosocket pools are per-worker or per-nginx)

@leafo leafo closed this as completed Jul 13, 2016
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