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

use AnyEvent::HTTP replace LWP::Simple in mogadm #7

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

Conversation

vinian
Copy link

@vinian vinian commented Jun 23, 2012

No description provided.

@dormando
Copy link
Member

Hi! Sorry for the really late response on this.

I think we need to discuss on the list the merit of adding AnyEvent as a dependency. Presently all of our code uses Danga::Socket, which lacks something as useful as AnyEvent::HTTP for doing this sort of thing.

There is a branch eric wong has where some parallel HTTP requests are being done within our framework. Maybe you can use that as a reference?

I think worst case, if you can make your patch use AnyEvent::HTTP if it exists, but fall back to another method, that'd be a lot easier to push.

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.

2 participants