-
Notifications
You must be signed in to change notification settings - Fork 151
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
Improve docs #109
Comments
what the difference between your ext and others? |
It comes as a PHP extension and it has a cleaner interface (OK, that's arguable, and that is just my opinion). It takes care of managing open indexes for you. It creates a read index for read operations and a write index for write operations, and it happens automatically (but in case there is a write index open, it will be used for reads either). |
It is the first ext written on Zephir as I know, how fast it? Сould u show benchmarks with some other library implementation? |
That's a fair question. I doubt that, for library like this, where there is no CPU-intensive calculations but mostly network operations, there will be a huge gain in performance (as compared to a PHP implementation). A benchmark would be nice to have though, will work on it in the upcoming couple of weeks. |
I have written an article which has a description of the HS protocol with examples: http://wk-photo.ru/en/events/view/handlersocket-protocol-explained/ . If you find it useful, I could add it to HS wiki. Also, I have made another PHP extension for communicating with HS: https://github.com/crocodile2u/zhandlersocket
Cheers.
The text was updated successfully, but these errors were encountered: