|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#51 |
|
Too old to care
Industry Role:
Join Date: Jun 2001
Location: On the sofa, watching TV or doing my jigsaws.
Posts: 52,943
|
A lot of these jobs are going to move out of the US. I pay my guy $120 a week and he's very happy with that. Will probably have to pay him more when he leaves university.
I know of three people in the UK who tried to do what I've done and the cost of setting it up nearly sent them bankrupt. |
|
|
|
|
|
#53 | |
|
Confirmed User
Join Date: Apr 2002
Location: /root/
Posts: 4,997
|
Quote:
|
|
|
|
|
|
|
#54 | |
|
Confirmed User
Join Date: May 2002
Location: CT
Posts: 5,246
|
Quote:
|
|
|
|
|
|
|
#55 |
|
Confirmed User
Industry Role:
Join Date: May 2002
Location: oregon.
Posts: 2,243
|
i don't know much C, but i know everything else.
i don't have normal 9-5 time available during weekdays, but i do off-hours just fine. if you're still lookin.. hit me up. i can do 2x the code in 1/2 the time.. you won't need me for a full 40/week i've done some work for people on the board. you can ask around.
__________________
php/mysql guru. hosting, coding, all that jazz. |
|
|
|
|
|
#56 | |
|
Confirmed User
Join Date: Apr 2002
Location: /root/
Posts: 4,997
|
Quote:
just because you work php doesn't mean php is better. I understand why you think that. But I can give you facts perl is much faster than php php its just easy to code. but if you'd know perl well you wouldn't say that. |
|
|
|
|
|
|
#57 |
|
Confirmed User
Join Date: May 2002
Location: CT
Posts: 5,246
|
Perl is not much faster than php, give me one source which states that
|
|
|
|
|
|
#58 |
|
Confirmed User
Join Date: May 2002
Location: CT
Posts: 5,246
|
3. PHP: Speed, Speed, Speed
In other articles, I have commented that the main reason why I like PHP is its speed. I have anecdotal evidence in WWWThreads. This is a popular web forum available in both PHP and Perl versions. The general consensus is that the PHP one is faster. Refer to this posting and this one by Scream, the author of the software. Also note gfy is coded in php http://php.weblogs.com/php_versus_perl so overall I would say php is a better language than perl. |
|
|
|
|
|
#59 | |
|
Confirmed User
Join Date: May 2002
Location: CT
Posts: 5,246
|
Quote:
|
|
|
|
|
|
|
#60 | |
|
Confirmed User
Industry Role:
Join Date: May 2002
Location: oregon.
Posts: 2,243
|
Quote:
duh.
__________________
php/mysql guru. hosting, coding, all that jazz. |
|
|
|
|
|
|
#61 |
|
Confirmed User
Industry Role:
Join Date: May 2002
Location: oregon.
Posts: 2,243
|
php can be faster than perl (for web stuff probably a lot easier..)
but on the flipside perl can be faster than php. depends on how both scripts are written, if things like mod_perl/fcgi are installed, etc. when it comes down to it, on a basic system install, php will run faster in my opinion since out of the box it requires less effort to write efficient code. with perl you have to code "strict" and to get the same kind of performance gains, you have to run it through mod_perl and/or fastcgi. perl was made for text processing (well and newsgroup fetching) - php was made for the web. trials on the web give php an advantage already obviously..
__________________
php/mysql guru. hosting, coding, all that jazz. |
|
|
|
|
|
#62 |
|
Confirmed User
Join Date: Apr 2002
Location: /root/
Posts: 4,997
|
+
I'm not going to have this debate, it was already done lots of times, RTFM The example you gave doesn't stand just because that wwwthread you're talking about was faster in php. maybe the coder of the perl version wasn't as good as the php one. and it does matter what you use it for if you use php just to echo some test it will be as fast as the perl version. ever wondered why tgsw or adcycle or any good traffic script wasn't coded in php ? php is simple to code. how do you test the speed of a language ? use php and perl to process a 3GB file , which one do you think will be faster ? use the both to generate 10k of random numbers with 100 digits each..., again which one works faster ? |
|
|
|
|
|
#63 |
|
Confirmed User
Join Date: Apr 2002
Location: Club Drunk
Posts: 2,734
|
Drunk Dollars is looking for filmers and photographers who are located in various party towns
If you don't have a drinking problem don't bother to reply. I need you 100% drunk when you are working.
__________________
SIGS ARE GAY 98055668 icq |
|
|
|
|
|
#64 | |
|
Confirmed User
Join Date: Apr 2002
Location: /root/
Posts: 4,997
|
Quote:
![]() |
|
|
|
|
|
|
#65 | |
|
Confirmed User
Industry Role:
Join Date: May 2002
Location: oregon.
Posts: 2,243
|
Quote:
second off, maybe tgsw, adcycle and other things were coded in perl because that's what language the coder liked? they happened to know all the modules they'd need to make something happen? it was coded before PHP got popular.. and there's no reason to convert? "php is simple to code" has nothing to do with why programs wouldn't be written using PHP. in fact, that's the opposite statement. you'll see more and more programs nowadays being coded in PHP since it's so easy. i'm not saying they'll be fast, scalable, easy to maintain, or clean.. but nonetheless they were created in PHP. PHP may be "easy to code" but like any language it takes some skill to refine your coding techniques to make your programs/scripts scalable, modular, reusable, clean and efficient. just like perl. even C with all it's strict datatypes and such can lead to inefficient methods depending on the person doing the coding. it's a subjective test. there is no right answer.
__________________
php/mysql guru. hosting, coding, all that jazz. |
|
|
|
|
|
|
#66 | |
|
Confirmed User
Join Date: May 2002
Location: CT
Posts: 5,246
|
Quote:
|
|
|
|
|
|
|
#67 | |
|
Confirmed User
Join Date: May 2002
Location: CT
Posts: 5,246
|
Quote:
File processing Perl is A LOT faster than php, however most web programs use databases like mysql. |
|
|
|
|
|
|
#68 | |
|
Confirmed User
Join Date: May 2002
Location: CT
Posts: 5,246
|
Quote:
|
|
|
|
|
|
|
#69 |
|
Confirmed User
Join Date: May 2002
Location: CT
Posts: 5,246
|
BTW lets not get into a flame war, each one is good both are better for diffrent things, and in the end they both are better than ASP and thats what counts
Micro$oft |
|
|
|
|
|
#70 |
|
Confirmed User
Industry Role:
Join Date: May 2002
Location: oregon.
Posts: 2,243
|
i'm actually getting impressed with some of the things i see with .NET.
gasp.
__________________
php/mysql guru. hosting, coding, all that jazz. |
|
|
|
|
|
#71 | |
|
Confirmed User
Join Date: Apr 2002
Location: /root/
Posts: 4,997
|
Quote:
But we're not talking about how that script looks on the web thats design part and it has nothing to do with the script itself. I want to see someone that will write a good traffic script in php no, that won't happen anytime soon, those will be written in perl or C. There are points where php can be faster than perl but that has nothing to do with programming. To compare the speed of two programming languages you have to use them to do the same thing but with high values. and in the same environment. |
|
|
|
|
|
|
#72 | |
|
Confirmed User
Industry Role:
Join Date: May 2002
Location: oregon.
Posts: 2,243
|
Quote:
__________________
php/mysql guru. hosting, coding, all that jazz. |
|
|
|
|
|
|
#73 |
|
Confirmed User
Industry Role:
Join Date: Apr 2001
Location: Orlando
Posts: 9,024
|
Thanks for all the icqs. I found a guy to make and submit galleries everyday, and another to setup and admin servers on a per event basis. I could still use 1 or 2 guys who can help me when I fuck up the boxes once a week or so.
As for as the php/perl debate goes. I will NEVER EVER pay for a php script again. NEVER.
__________________
ICQ me lets make a deal 116894466 ![]() Need dating, cam, or tube traffic? I got it.http://http://www.chokertraffic.com The Original http://www.chokertraffic.com/ Premium country pop-unders from $1.50 per k. I challenge you to compare this traffic to any other brokers. http://www.chokertraffic.com/public/tabs.php?t=o |
|
|
|
|
|
#74 | |
|
Confirmed User
Join Date: May 2002
Location: CT
Posts: 5,246
|
Quote:
|
|
|
|
|
|
|
#75 | |
|
Confirmed User
Join Date: May 2002
Location: CT
Posts: 5,246
|
Quote:
|
|
|
|
|
|
|
#76 |
|
Confirmed User
Join Date: Apr 2002
Location: /root/
Posts: 4,997
|
I agree that a lot of webmasters use php.
I can even tell you why .But if we're talking about the speed, you should start wondering why the big guys prefer perl for php. |
|
|
|
|
|
#77 | |
|
Confirmed User
Join Date: May 2002
Location: CT
Posts: 5,246
|
Quote:
|
|
|
|
|
|
|
#78 | |
|
Confirmed User
Join Date: May 2002
Location: CT
Posts: 5,246
|
Quote:
|
|
|
|
|
|
|
#79 | |
|
Confirmed User
Industry Role:
Join Date: Apr 2002
Posts: 231
|
Quote:
Don't misunderstand: I use php almost everyday, it's perfect for quick web dev but I use perl every single day. I've done things in perl I would never think of doing with php like a pop3 mail server, a windows gui prog using the TK libs, a distributed web crawler, etc. cheers |
|
|
|
|
|
|
#80 | |
|
Confirmed User
Join Date: Apr 2002
Location: /root/
Posts: 4,997
|
Quote:
its just a board, ( a nice one google is big |
|
|
|
|
|
|
#81 | |
|
Confirmed User
Join Date: May 2002
Location: CT
Posts: 5,246
|
Quote:
|
|
|
|
|
|
|
#82 | |
|
Confirmed User
Industry Role:
Join Date: May 2002
Location: oregon.
Posts: 2,243
|
Quote:
__________________
php/mysql guru. hosting, coding, all that jazz. |
|
|
|
|
|
|
#83 |
|
Confirmed User
Join Date: Mar 2002
Location: South Fl.
Posts: 293
|
who cares? about this php perl debate, I was looking for more info on the job at McDonalds.
|
|
|
|
|
|
#84 |
|
Confirmed User
Join Date: Oct 2001
Posts: 6,693
|
Perl was initially used because as a language built for text parsing, it was perfect for the net.
Basically it was here first because it fit the needs of the early internet best. Time's have changed. Perl is being overtaken by php because it's easier to use and it is faster in most cases.
__________________
<a href="http://www.adultcontent.co.uk">Adult Content UK - Great British Content</a> |
|
|
|
|
|
#85 |
|
Confirmed User
Join Date: Oct 2001
Posts: 6,693
|
Just for my own curiosity, what's the largest site running a pure perl trading script?
All the huge guys run scripts in C (which is understandable). CJ Ultra is the next biggest one I know of that's not written in C, and that's written in PHP.
__________________
<a href="http://www.adultcontent.co.uk">Adult Content UK - Great British Content</a> |
|
|
|