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

Server should respond to queries with a progress report #34

Closed
lassewesth opened this issue Nov 12, 2012 · 3 comments
Closed

Server should respond to queries with a progress report #34

lassewesth opened this issue Nov 12, 2012 · 3 comments

Comments

@lassewesth
Copy link
Member

@vlad: 'When serving a query, the server should respond with progress ‘reporters’. It would be great if they were human readable (so the user can see what’s going on) and machine parseable (so that a client library could pass it on to the application using the library, or choose to ignore this information.)

The report could be a simple dot every 5 seconds, or more information like the number of nodes processed during the last interval (or since start), etc.

http://visionmedia.github.com/mocha/#reporters shows a few interesting reporters that can be configured for a javascript testing framework called mocha (though of course they are mostly not-relevant in this case.)'

@lassewesth
Copy link
Member Author


strings:

@lassewesth
Copy link
Member Author

@akollegger: This is a really good suggestion, and those reporters look pretty great. We'll take a look at the right way to do something like this.

Thanks,
Andreas

@jakewins
Copy link
Contributor

jakewins commented Mar 5, 2013

Definitely something to take into consideration, particularily when looking at improving the remoting of Neo4j. I'll add this to the suggestion box.

@jakewins jakewins closed this as completed Mar 5, 2013
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

No branches or pull requests

2 participants