Can I resuse persistent connection established in server configuration in different location configu

Hi,

I am new to nginx. I would like to know if its possible to reuse
persistent
connections in different location modules. Suppose I establish a
connection
through and object through my server configuration module. Can i use
this
object in my different location modules? If yes, then how? Thanks.