baryshev / connect-domain

MIT License
85 stars 11 forks source link

Causes Express.js 4/Node.js 0.12 to crash after a number of concurrent requests #17

Open kbariotis opened 9 years ago

kbariotis commented 9 years ago

I found that this middleware is causing my Express.js 4/Node.js 0.12 based app to halt after a number of concurrent requests.

Didn't find the time to investigate more. Please tell me if you need more information, as I am seeing that this repo hasn't updated for a long time.

Has anyone experienced the same issue with other implementation of Node.js Domain module?

Thank you.

fengmk2 commented 9 years ago

dont use domain anymore

Sent from my iPhone

On Jun 25, 2015, at 3:57 AM, Kostas Bariotis notifications@github.com wrote:

I found that this middleware is causing my Express.js 4/Node.js 0.12 based app to halt after a number of concurrent requests.

Didn't find the time to investigate more. Please tell me if you need more information, as I am seeing that this repo hasn't updated for a long time.

Has anyone experienced the same issue with other implementation of Node.js Domain module?

Thank you.

— Reply to this email directly or view it on GitHub.

kbariotis commented 9 years ago

@fengmk2 could you please a little bit more on that? Thx