asyncmongo icon indicating copy to clipboard operation
asyncmongo copied to clipboard

Non-Blocking Connection and Timeout Support

Open bufferx opened this issue 11 years ago • 1 comments

Issue

  • The Blocking IO Connection will causing that the tornado service can not respond new HTTP Request, when MongoDB server goes down(Error: no route to host).

New Feature

  • create Non-blocking connection to mongodb service, support for connection timeout and request timeout, when using tornado as the Async Backend
  • add life time for long connection

Refrence

bufferx avatar Apr 16 '13 03:04 bufferx

@jehiah hey jehiah, do you have plan to review and merge this patch soon? Thanks.

bufferx avatar Apr 24 '13 04:04 bufferx