https://github.com/iden3/rapidsnark/blob/9fa3f0bc7a31ec791b937d233ef0b444d73eda8b/src/fullprover.cpp
Is it possible to make it handle multiple proving requests concurrently?
A multi-thread version of FullProver::startProve
So that rapidsnark server mode can handle many requests at the same time. Just like a web server
https://github.com/iden3/rapidsnark/blob/9fa3f0bc7a31ec791b937d233ef0b444d73eda8b/src/fullprover.cpp
Is it possible to make it handle multiple proving requests concurrently?
A multi-thread version of
FullProver::startProveSo that rapidsnark server mode can handle many requests at the same time. Just like a web server