Perf: Speedup file creation of PartOnFile
-----------------------------------------

                 Key: WSCOMMONS-284
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-284
             Project: WS-Commons
          Issue Type: Improvement
            Reporter: Rich Scheuerle
            Assignee: Nikhil Thaker


The following code in PartOnFile creates a temporary file:

cacheFile = File.createTempFile("Axis2", ".att", repoDirFile);

This call can cause resource contention to to the use of the Random function.  
Please investigate another solution (perhaps using the the UUIDGenerator code).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to