-
Notifications
You must be signed in to change notification settings - Fork 18
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
attaching pgfe connection to event ports #14
Comments
Hello,
|
@dmitigr No, at least for me, but if this is implemented it would be great |
@kvxmmu Ok, I see. I've planned asynchronous IO API (with automatic polling via libuv and callbacking) in v2.1. Could you please describe the use case for this feature from your practice? Thanks. |
@dmitigr Yes, currently I am developing NeoGrok(https://github.com/kvxmmu/neogrok, TL;DR: dedicated ngrok alternative) and in the past it was implemented in C++ and event port was epoll(legacy-server branch). I wanted to implement authorization through database, and not through universal password, so lack of asynchronous IO interface was a problem. |
Ok, I see. Thank you! |
How can i attach pgfe to existing event loop based on epoll?
The text was updated successfully, but these errors were encountered: