Tao Wang

Results 3 issues of Tao Wang

When I send POST requests concurrently with >=200 threads, the rest server just stops response. The handle_post is: ``` void handler::handle_post(http_request message) { ucout

I noticed that `shortestPath` & `allShortestPaths` were removed from [the grammar](https://s3.amazonaws.com/artifacts.opencypher.org/cypher.ebnf) recently, I don't understand why.

When I use the Cpp parser in multiple threads (around 30+), the performance drops a lot compared to using a single thread. I'm guessing it's the lock/mutex, so I simply...