zotero / citeproc-js-server

Web service to generate citations and bibliographies using citeproc-js
Other
60 stars 39 forks source link

pipeline requests more efficiently #9

Closed fcheslack closed 9 years ago

fcheslack commented 11 years ago

Currently the flow for ongoing requests allows itself to be interrupted by new requests at several points when only synchronous code is actually being executed. This allows high traffic to needlessly inflate response times for a large number of requests and makes the engine caching as implemented less effective.