Gossamer Forum
Home : Products : DBMan : Discussions :

Does size matter?

Quote Reply
Does size matter?
I've made a whole bunch of changes to my html.pl files (I have 7 db's). A few of these db's don't use most of dbman's functions so I was wondering if it would make any difference in speed if I removed the subroutines that aren't being used in the particular html.pl.

-----------
Jason Dulberg
Extreme MTB
http://extreme.nas.net
Quote Reply
Re: Does size matter? In reply to
Not really...may be a fraction of seconds in terms of processing. Better solution is to use CGI.pm and strict if you are really concerned about processing time.

Regards,

Eliot

Quote Reply
Re: Does size matter? In reply to
Thanks for your input Eliot.

I'm anticipating a crapload of people using the db so speed is a concern but its not a big priority.


-----------
Jason Dulberg
Extreme MTB
http://extreme.nas.net
Quote Reply
Re: Does size matter? In reply to
Well, if traffic and access speed are concerns...you should consider upgrading to DBMAN SQL. Wink

Regards,

Eliot