Driver Submission time is slower when using jre1.5.0_06
book
Article ID: KB0086612
calendar_today
Updated On:
Products
Versions
TIBCO DataSynapse GridServer
-
Not Applicable
-
Description
Resolution: This normally happen when the jDriver is being used with a service that have the runAsUser specified.
Our investigation reveals that this is either a java config problem or a 1.5.0_06 issue. The delay is due to initializing the encrypted connection, probably while creating a new SecureRandom. This used to be slow in earlier versions of java, like 1.3. Either way, it's not a DS issue.
Issue/Introduction
Driver Submission time is slower when using jre1.5.0_06