Can't believe I wrote 'theirs' !! 

-----Original Message-----
From: Steve Short 
Sent: Thursday, September 09, 2004 9:17 AM
To: James Users List
Subject: RE: Can i replace a Vector with a ArrayList

Wouldn't do any harm but I can't see it having any noticeable affect on
the performance of the spoolmanager.  If you are having performance
issues you might want to describe your use case to see if theirs is a
better way to solve your problem(s).

Steve

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 09, 2004 12:38 AM
To: James Users List
Subject: Can i replace a Vector with a ArrayList

Line 371 in org.apache.james.transport.LinearProcessor :
recipients = new Vector();
this could be repalced with
recipients = new ArrayList();
am I right?
I want do this because when My email's recipients reachs 20,000 or more
,the spoolmanager become very slow,and I want do something to make it
fast.



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




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




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

Reply via email to