Hello Together
I migrated a application from JDK1.3 to JDK1.4. The importprocess runs under JDK1.3 three minutes long. After the migration the process runs 20 minutes.
Has anyone an Idea what I do wrong?
Here a brief description what I'm doing in the importprocess:
I parse with sax a large XML-File (30MB) and store it partly in to a mysql DB. After that I transform the XML and write it out to a other XML-File.
Can anyone help me to find out why it takes so much longer?
Andy