On Tuesday 04 June 2002 09:32 am, Berin Loritsch wrote: > This will perform better than strings will in high performance > or throughput situations, and it is easy to use. Let's say the > container stores the Components in an array (or an ArrayList) > instead of a hashmap. With this Request object, it is possible. > A map would be used to find the Request object, done during > initialization. The list would be used to serve the components.
I like it! Request could maybe be renamed to Token or something similar, but conceptually what you have outlined looks good. -pete -- peter royal -> [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
