Fellow monks.
I was updating the way my website thinks, (and finally got it to run under strict and -w) and I got concerned about something:
is this too much opening files?
will I run myself into a wall someday for this?
Oh, and by the way, there's a CSS style sheet file that has actually a rewrite on the server to a perl file which reads a cookie and returns specific contents.
so let's say I use a similar technique on a high traffic site, will this overload the server with too much to do for a single page?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Opening too many files?
by clintp (Curate) on Jan 28, 2002 at 23:44 UTC | |
by FoxtrotUniform (Prior) on Jan 29, 2002 at 00:59 UTC | |
by clintp (Curate) on Jan 29, 2002 at 04:28 UTC | |
Re: Opening too many files?
by random (Monk) on Jan 31, 2002 at 04:31 UTC | |
Re: Opening too many files?
by Ryszard (Priest) on Feb 01, 2002 at 05:46 UTC |