Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant