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

make(under Linux) & async IO (send, recv timeout, and reconnect to mongod after SIGPIPE) #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bigml
Copy link

@bigml bigml commented Nov 24, 2010

add Makefile for Linux make
add ignore_sigpipe and timeout for connect options for async tcp.
We can mongo_destroy(conn) on SIGPIPE's bson_err_handler, and
try to reconnect to mongod on next send OR recv.

…GPIPE)

add Makefile for Linux make
add ignore_sigpipe and timeout for connect options for async tcp
    We can mongo_destroy(conn) on SIGPIPE's bson_err_handler, and
    try to reconnect to mongod on next send OR recv.
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

Successfully merging this pull request may close these issues.

1 participant