Can the XSL Server process concurrent *synchronous* requests?

What is the default number of concurrent synchronous requests it can handle? 
Does it queue any overflow requests?

I am trying to design an application that polls a database for print jobs and 
then fires concurrent, but synchronous requests at XSL server (with each 
synchronous request runs in a its own thread - the thread receives the rendered 
document and then writes it to disk).  The idea is to be able to throw jobs at 
XSL Server as fast as possible, and render as many documents concurrently as 
possible.  We need to be able to process dozens, if not hundreds, of documents 
in as little time as possible.

Thanks,

Jeff
--
XMLmind FO Converter Support List
xfc-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xfc-support

Reply via email to