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

Remove MongoDB perl driver dependency #9

Open
pgunn opened this issue Apr 12, 2015 · 1 comment
Open

Remove MongoDB perl driver dependency #9

pgunn opened this issue Apr 12, 2015 · 1 comment

Comments

@pgunn
Copy link
Owner

pgunn commented Apr 12, 2015

Right now we depend on MongoDB::_Link from the 1.x version of the Perl driver to manage receive() and send() for the network; write replacement code for this and remove the dependency.

This is necessary to (eventually) reimplement this whole project across a variety of programming languages.

@pgunn
Copy link
Owner Author

pgunn commented Jul 20, 2015

Functions to reimplement:

$conn = MongoDB::_Link->new(...)
$conn->connect()
$conn->write()
$conn->remote_connected()
$conn->read()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant