Re: Lookup performance on ActionMappings

2001-05-02 Thread Martin Cooper
] To: [EMAIL PROTECTED] Sent: Sunday, April 29, 2001 12:48 PM Subject: Re: Lookup performance on ActionMappings I believe the lookup is done with a hash map, so performance should remain constant with the increase in mappings. Jonathan Asbell wrote: Our company manages almost 100 related sites

Lookup performance on ActionMappings

2001-04-29 Thread Jonathan Asbell
Our companymanages almost 100 related sites, some with 3 million+ /month viewership. In thinking about how I would approach the ActionServlet I am suspicious that the lookup time of the ActionMapping might become unsatisfactorywhenyou reach a certain number of mappings. Does anyone have any

Re: Lookup performance on ActionMappings

2001-04-29 Thread Jason Chaffee
I believe the lookup is done with a hash map, so performance should remain constant with the increase in mappings. Jonathan Asbell wrote: Our company manages almost 100 related sites, some with 3 million+ /month viewership. In thinking about how I would approach the ActionServlet I am