Re: Improving FOP Performance? -

2005-02-12 Thread Markus Rietzler
this would also be my suggestion. at the moment we are also using fop as 
a command line script. when finishing the webapplication i will create a 
java servlet that runs under tomcat. first tests show a perfomance boost 
of 50%. mainly because the JVM must not be started every time, this 
overhead is being saved using tomcat and fop as java-servlet.

hope to see a few more suggestions...
markus
-Jesiolowski, Dominik [EMAIL PROTECTED] wrote: -
To: '[EMAIL PROTECTED]' [EMAIL PROTECTED]
From: Jesiolowski, Dominik [EMAIL PROTECTED]
Date: 02/11/2005 07:13AM
Subject: RE: [***SPAM***] - Improving FOP Performance? - Bayesian Filter 
d etected spam

  Hello,
  We are using FOP to convert to generate PDF Invoices
  for our Customers. We need to generate roughly around
  25,000 Invoices Per Month and the Number would
  increase each Month. We generate PDF Docs from XML
  Input Files. We had Trial runs to check for
  Performance and Memory usage.
  Currently, We are just invoking FOP command directly
  from a Shell Script which would call the FOP Command
  repeatedly but making sure that not more than 2 (or
  sometimes 3) FOP Processes are running at any instant.
So you are starting, and stopping JVM, each time
you run fop. Consider writing java app that invokes
fop processing in a loop.
Regards
Dominik

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: representative example needed

2005-02-05 Thread Markus Rietzler
we are using FOP to generate tickets for an online-ticketing-solution.
for certain events listed in our online calendar it is possible to order 
tickets online. payments in the online-shop are handled via bank account 
or credit card. after purchase the ticket is produced as a pdf document.
this pdf file can be downloaded and printed out and provides all infos 
to attend the event.

at the moment we are working to implement a seat reservation module for 
our online ticket shop.

markus rietzler
RIETZLER_SOFTWARE/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]