• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

question about proxies

FeediaCo

Active Member
Well the 2 most know obviously is phproxy and cgiproxy is there a difference between cpu usage? I was wondering because one of my friends is debating on the two.

Thanx in advance,
John
 
Considering the nature of proxy scripts (as they run entirely server side...) chances are if you could find something client side java based that interfaces with a java server side applet it'd probably help alot on CPU usage, as the server side system could simply spawn the proxy sockets, plus possibly provide a form of authentication as well.
 
Like many of us mentioned already, I would recommend that you modify the codes if you want to ensure that the proxy does not eat up too much resources.
 
php proxy use more resources than jmarshall cgi proxy. WHat you need is powerful server with at least 2GB memory.
 
There is a difference between the two, believe me.

We have clients running a php proxy and server load is next to nothing, however we still don't allow cgi proxies as they always cause some server load troubles.
 
cgi proxy is well worth it though as it allows logging in to cookie based sites etc, you can see the difference if you look at the source

also php proxy said they will never make it as advanced as cgi proxy as they dont have the time/skill
 
well then why develope two?

Isn't both of the proxies written in different programing languages. One written in CGI/Perl and the other in PHP.

I may be wrong, but that could be the reason for having both as some web hosts does not support php and then some may not support CGI/Perl.

I could be wrong though.
 
Thanx on your input. I think that he will go with phproxy :) btw just one of my personal reasons why i don't like cgiproxy is b/c they don't encrypt the url when its being loaded. cgi proxy hase http/www/myspace/com and if you have a sonic wall that will stop it in a flash. however phproxy does the opposite.
 
Isn't both of the proxies written in different programing languages. One written in CGI/Perl and the other in PHP.

I may be wrong, but that could be the reason for having both as some web hosts does not support php and then some may not support CGI/Perl.

I could be wrong though.

Thanx on your input. I think that he will go with phproxy btw just one of my personal reasons why i don't like cgiproxy is b/c they don't encrypt the url when its being loaded. cgi proxy hase http/www/myspace/com and if you have a sonic wall that will stop it in a flash. however phproxy does the opposite.
 
Back
Top