Ssi

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jakke PNG
    ex-TeenGodFather
    • Nov 2001
    • 20306

    #1

    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?
    ..and I'm off.
  • Lane
    Will code for food...
    • Apr 2001
    • 8496

    #2
    what are you including?

    why that many?

    Comment

    • Jakke PNG
      ex-TeenGodFather
      • Nov 2001
      • 20306

      #3
      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.
      ..and I'm off.

      Comment

      • Lane
        Will code for food...
        • Apr 2001
        • 8496

        #4
        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..

        Comment

        • Lane
          Will code for food...
          • Apr 2001
          • 8496

          #5
          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

          Comment

          • Jakke PNG
            ex-TeenGodFather
            • Nov 2001
            • 20306

            #6
            Thanks. I'll try something.
            ..and I'm off.

            Comment

            Working...