GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Ssi (https://gfy.com/showthread.php?t=116021)

Jakke PNG 03-15-2003 08:47 AM

Ssi
 
How many ssi include files it's safe to have on one shtml page?

5?
10?
20?
100?

does it slow shit down.. well, it does if there's a script on the other end, but any other suggestions/restrictions?

Lane 03-15-2003 08:58 AM

what are you including?

why that many?

Jakke PNG 03-15-2003 09:06 AM

Well.. I have my reasons.
But, what I mean..

how many times it's safe to use !--#include virtual="whatever.php"--
or
!--#include file="whatever.cgi" --

tag in one shtml page? Does it cause stress on the server if used enough. It's a very simple script on the other end that I need to include multiple times. it just parses some text.

Lane 03-15-2003 09:07 AM

i think apache creates a seperate process for each of those. so it would be like a surfer opening all those scripts at the same time on different browser windows..

Lane 03-15-2003 09:08 AM

Quote:

Originally posted by TeenGodFather

tag in one shtml page? Does it cause stress on the server if used enough. It's a very simple script on the other end that I need to include multiple times. it just parses some text.

then just insert a loop in the script instead of including it so many times

Jakke PNG 03-15-2003 09:40 AM

Thanks. I'll try something.


All times are GMT -7. The time now is 05:21 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123