Re: How long are your struts-config files? Should I worry about performance?

2004-05-27 Thread Riyad Kalla
D] Enviado el: jueves, 27 de mayo de 2004 0:00 Para: [EMAIL PROTECTED] Asunto: RE: How long are your struts-config files? Should I worry about performance? My config file for a project I'm currently working on is 7k, and that's NOT counting comments (something like 16k counting them -

RE: How long are your struts-config files? Should I worry about performance?

2004-05-26 Thread Jose Ramon Diaz
gt; De: None None [mailto:[EMAIL PROTECTED] > Enviado el: jueves, 27 de mayo de 2004 0:00 > Para: [EMAIL PROTECTED] > Asunto: RE: How long are your struts-config files? Should I > worry about > performance? > > > My config file for a project I'm currently working on

Re: How long are your struts-config files? Should I worry about performance?

2004-05-26 Thread None None
e app is any happier being on Struts, but *I* sure am! :) From: Riyad Kalla <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: How long are your struts-config files? Shoul

Re: How long are your struts-config files? Should I worry about performance?

2004-05-26 Thread Riyad Kalla
be too concerned with the size of your struts-config, unless > someone else has reason to disagree. A couple of K wouldn't concern me. > > >From: Riyad Kalla <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >To: S

RE: How long are your struts-config files? Should I worry about performance?

2004-05-26 Thread None None
s reason to disagree. A couple of K wouldn't concern me. From: Riyad Kalla <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: How long are your struts-config files? Should I worry

Re: How long are your struts-config files? Should I worry about performance?

2004-05-26 Thread Riyad Kalla
Ok this was what I was wondering about (runtime). I didn't know if the hashtable with all the actions in it was going to be "too big" or something to that effect. Thanks for the feedback! On Wednesday 26 May 2004 12:51 pm, Hubert Rabago wrote: > If your concern is with the physical size of your

Re: How long are your struts-config files? Should I worry about performance?

2004-05-26 Thread Hubert Rabago
If your concern is with the physical size of your file, you can break down your struts-config into multiple files with your entries spread among them. What I do is have a main struts-config.xml containing my global values and all plug-ins, then have several struts-config-nnn.xml files for nnn-rel

Re: How long are your struts-config files? Should I worry about performance?

2004-05-26 Thread Nathan Maves
Just a guess but I think that the file is only read once on app startup. So there is really no performance hit. On May 26, 2004, at 1:36 PM, Riyad Kalla wrote: I'm curious what the size of some of the verteran programmer's struts-config.xml files are. Mine is approaching 2k lines right now, and

How long are your struts-config files? Should I worry about performance?

2004-05-26 Thread Riyad Kalla
I'm curious what the size of some of the verteran programmer's struts-config.xml files are. Mine is approaching 2k lines right now, and I'm about 1/2 done with the project I'm working on. I don't know if I should really start worrying about performance/other issues, or if this is normal and I s