Does the Hits class need to use a Vector for it's cache? Is the cache somehow shared among threads or should this be an ArrayList to avoid synchronization costs? Also, I do not see any backing array size initialization. Is this because the default of 10 is optimal? Am I wrong all over the place?

- mark

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

Reply via email to