Do you know which HTML code uses more apache processes (child) ?? (with or without load balancer)
code 1
<HTML>
<IMG SRC=/pictures/hello.jpg> <IMG SRC=../stats/run.php>
</HTML>
code 2
<HTML>
<IMG SRC= <IMG SRC=</HTML>
As well, will load balancer change any of the results.
David Comeau
davitron@linuxstart.com
code 1
<HTML>
<IMG SRC=/pictures/hello.jpg> <IMG SRC=../stats/run.php>
</HTML>
code 2
<HTML>
<IMG SRC= <IMG SRC=</HTML>
As well, will load balancer change any of the results.
David Comeau
davitron@linuxstart.com