Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
php include
09-29-2007, 05:17 PM
Post: #1
php include
Hello,

I would like to include a big php file (3MB-5MB) into another file. The "file include" is raw HTML (there is no php code there).

Code:
<?php

include "abc.php"; // the size of abc.php is 5MB; raw HTML

?>
So, if my site has many connections. How about the performance of the server?

thanks,

họat hình online,phim online
android tutorial,android news
android soft, android
Visit this user's website Find all posts by this user
Quote this message in a reply
09-30-2007, 08:12 PM
Post: #2
Re: php include
Any web server can process a limited amount of connections only. For example, the web server can handle 200 connections at the same time. For the connections 201, 202... they need to wait until the 1-200 connections are finished, so if each connection takes long time, and big memory for processing, it can make web server run much slower

btw, 5MB included file seems too big to me Wink


Pham Hung
3inetworks staff

For official support please use our secured helpdesk at https://support.3inetwork.com

Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: