-
Notifications
You must be signed in to change notification settings - Fork 34
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
Does PHPOrient support live queries? #76
Comments
@smolinari , i'm not thinking to implement live queries because of the nature of PHP. |
Hmm....ok. I realize this websocket solution is between a server and web browser client, http://socketo.me/docs but theoretically, the same kind of technology stack can be used to open a socket to ODB too, no? (it doesn't use Apache or Nginx....) I don't expect you to build out the driver to support a web socketed PHP. At this point, I'd just like to know live query could actually be possible within a PHP ecosystem. Scott |
@smolinari Is Orient live query based on long polling or a persistent On Tue, Jul 5, 2016 at 10:03 AM, Scott notifications@github.com wrote:
|
Good question. Looking at the Javascript driver, I'd guess persistent connections. Scott |
I noticed a function covering live query in Operations, but it doesn't seem complete. Is this a correct assumption?
What else needs to be done, to get it to work?
Scott
The text was updated successfully, but these errors were encountered: