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

Asynchronous LaTeX rendering #1

Open
quantum5 opened this issue Aug 17, 2016 · 1 comment
Open

Asynchronous LaTeX rendering #1

quantum5 opened this issue Aug 17, 2016 · 1 comment

Comments

@quantum5
Copy link
Member

Most of the time consumed by texoid is in waiting for latex, dvisvgm, and convert. texoid should take advantage of tornado's asynchronous features to handle multiple requests at once.

@indosandi
Copy link

#1

From the youtube, async library is not compatible with subprocess library. Basically it cannot be used to handle multiple request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants