Thread: php or cgi ??
View Single Post
  #1  
Old 08-19-2008, 04:46 PM
powerchaos's Avatar
powerchaos powerchaos is offline
WebMaster
 
Join Date: May 2008
Posts: 130
Gender: Male
Credits: 12,778
powerchaos
Send a message via AIM to powerchaos Send a message via MSN to powerchaos
Default php or cgi ??

ok guys , what do you preferer to take ?

php or cgi ??

i preferer to take php as a website becouse it loads faster then cgi

but the downsize of it is the upload limit you got on the most hosts ( 2mb or a little more)

now the thing i like on cgi is that you cant limit it

i got now a 2 mb upload limit and a 8 mp post limit on my 'good' host ( it cames from 60 ... ) so i was foced to search a other way to upload my mp3 files ( and you to , otherwhise i need to fill all those space alone )

so i was searching and i founded a CGI script to upload

now the funny part :)

even whit the upload limit (post_max_size) of 8 mb dit it even works to upload a 38MB mp3 FILE o.O

so far i know ( i think , not sure :S ) is that php store the file as 1 file when uploading ( instand max size , keep it in the mem and then post it )

cgi works the other way , it upload it in cerperated peaces ( use more cpu) and then it past the peaces back to 1 big file so there can be a upload limit on becouse it uploads only 256 kb per peace

thats how i think it works and why it is slower :S

so , if some1 is intresting in sharing the mp3 files then you know where to go ( siggy :) )

let me know what you like of the difference betwean the 2 files and what you preferer to use :)

Greets From The Crasher
Reply With Quote