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

Convenience functions for parallel write/directory/setperms #8

Open
djs55 opened this issue Nov 1, 2014 · 2 comments
Open

Convenience functions for parallel write/directory/setperms #8

djs55 opened this issue Nov 1, 2014 · 2 comments

Comments

@djs55
Copy link
Member

djs55 commented Nov 1, 2014

We would like to pipeline requests to xenstore to avoid excess ping/pong RPCs. At the moment the interface is monadic and essentially serial:

write foo bar
>>= fun () ->
write foo' bar'
>>= fun () ->

Perhaps we could make something more in an applicative style (like Cmdliner?)

@samoht
Copy link
Member

samoht commented Nov 1, 2014

would be great to have an haxl-like applicative interface! The use it to batch sql requests.

@djs55
Copy link
Member Author

djs55 commented Nov 4, 2014

Aha, thanks for the reference!

On Sat, Nov 1, 2014 at 10:37 PM, Thomas Gazagnaire <[email protected]

wrote:

would be great to have an haxl https://github.com/facebook/Haxl-like
applicative interface! The use it to batch sql requests.


Reply to this email directly or view it on GitHub
#8 (comment).

Dave Scott

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

2 participants