You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by "zhuyb@chinabyte.com" <zh...@chinabyte.com> on 2004/09/09 09:37:52 UTC

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: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org