1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

If not PHP, then what?

Discussion in 'PHP' started by lektrikpuke, Feb 24, 2008.

  1. #1
    I read an article today that talked about threading problems and security issues with PHP. The article also said that PHP was not scalable, and should only be used for intranets, and for setting up the look and feel of a site. Then, using JAVA, copy that look and feel.

    Any thoughts? To be honest, I'm not trying to start a flame war. Just want to know what I SHOULD be learning/using.

    Thanks. :eek:
     
    lektrikpuke, Feb 24, 2008 IP
  2. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #2
    Well, let's see: possible choices.

    PHP, ASP.NET, Ruby on Rails, JavaServer Pages, ColdFusion, Django And Perl
    Is at least 5+ more options here. You have to state what it is you are going to do. Enterprise requirements aren't the same as someone working to develop small scale sites.
     
    shallowink, Feb 24, 2008 IP
  3. lektrikpuke

    lektrikpuke Well-Known Member

    Messages:
    297
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    113
    #3
    I work at Yankee Retail - www.yankeeretail.com (see our sites). Disclaimer: Those sites were already made long before I got there and presently they're done in MIVA. I have tried to get the powers that be to move to PHP, but now that I've read that article, I'm not so sure. So, what I'm asking is, is PHP a good choice for the Home Decorating site (it's quite large), or should I be trying to talk them into something else?
     
    lektrikpuke, Feb 24, 2008 IP
  4. wisdomtool

    wisdomtool Moderator Staff

    Messages:
    15,825
    Likes Received:
    1,367
    Best Answers:
    1
    Trophy Points:
    455
    #4
    How about ASP Dot Net? Or JSP/J2EE? These are more enterprise level.
     
    wisdomtool, Feb 24, 2008 IP
  5. lbalance

    lbalance Peon

    Messages:
    381
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #5
    i dont think PHP is going anywhere any time soon.
    they address security issues as they release newer versions from time to time.
     
    lbalance, Feb 24, 2008 IP
  6. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #6
    Well if its that large of a company, you will have your work cut out to convince them to go with any other solution. Reasons are they are invested in MIVA, hopefully the developers know MIVA. Largest obstacle to overcome will be the fact that PHP in itself isn't a total solution for shopping. So you will have to go down the path of looking into the shopping cart solutions and how they integrate into the accounting, fulfillment, procurement etc parts of the equation. They have that setup with specific packages handling each aspect and you have to show that a PHP solution is better.

    Far as "is PHP good enough". Yes it is good enough. It runs some of the largest sites on the web. Here I found this after I posted earlier. Its a quick slide show going over why Yahoo went with PHP. And I don't think what your company is doing is quite to Yahoo's level.

    http://www.radwin.org/michael/talks/yahoo-phpcon2002.htm
     
    shallowink, Feb 24, 2008 IP
  7. lektrikpuke

    lektrikpuke Well-Known Member

    Messages:
    297
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    113
    #7
    Excellent. Just what I wanted. Thanks. Also, nope, not on Yahoo's level. =)
     
    lektrikpuke, Feb 25, 2008 IP
  8. einsteinsboi

    einsteinsboi Well-Known Member

    Messages:
    1,122
    Likes Received:
    76
    Best Answers:
    0
    Trophy Points:
    140
    #8
    I think PHP will do finely, and as someone else stated, it's constantly being developed and glitches and bugs fixed. I think all software goes through that process over time.
     
    einsteinsboi, Feb 25, 2008 IP
  9. blacknet

    blacknet Active Member

    Messages:
    709
    Likes Received:
    16
    Best Answers:
    2
    Trophy Points:
    70
    #9
    php is massively scalable, it's not multi-threaded because it doesn't have to be, when working in a web environment it's the web server's job to do the multi-threading.

    If your at a level where multi-server set-ups are of concideration, then you honestly won't do much better than php with some cache'ing mechanism in there. (APC)

    If you need proof, look at facebook - that's php.
     
    blacknet, Feb 25, 2008 IP
  10. Octane

    Octane Peon

    Messages:
    117
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #10
    So weird.

    That can be read 2 ways.

    Go to luv the English language, eh? ;)
     
    Octane, Feb 25, 2008 IP
  11. einsteinsboi

    einsteinsboi Well-Known Member

    Messages:
    1,122
    Likes Received:
    76
    Best Answers:
    0
    Trophy Points:
    140
    #11
    LMAO... you're absolutely right about that, now that I read it again...:D:D

    I think the poster meant to say that PHP is here to stay, and that it will only improve with time.
     
    einsteinsboi, Feb 25, 2008 IP
  12. lektrikpuke

    lektrikpuke Well-Known Member

    Messages:
    297
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    113
    #12
    Just in case you guys are curious to see the article I was talking about: http://www.cio.com/article/176250

    Make sure to read on to page 2 where it made me wonder if I was wasting my time.
     
    lektrikpuke, Feb 25, 2008 IP
  13. imvain2

    imvain2 Peon

    Messages:
    218
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I personally believe the only waste of time, was the reading of the article.

    I love the comments, they are a better read then the post itself.

    What I find funny, is that cio.com is owned by idg which owns javaworld.com, which has its forums written in php.
     
    imvain2, Feb 25, 2008 IP
  14. santaro

    santaro Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    As I need to make a choise, I choose Ruby on Rails and Python for personal use on my projects.
     
    santaro, Feb 29, 2008 IP
  15. lektrikpuke

    lektrikpuke Well-Known Member

    Messages:
    297
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    113
    #15
    Why Ruby on Rails?
     
    lektrikpuke, Mar 7, 2008 IP
  16. fabriciogr

    fabriciogr Active Member

    Messages:
    958
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    73
    #16
    their are a few articles out there comparing java and ruby on rails... where they mention ruby is all that java once promised to be but never got to be.

    it's much more light weight and has a faster deployment time.


    as per php not being scalable.. what does that mean on how do you interpret it?
    as we've built and maintain sites solely built on LAMP and average about 2million page views daily.
     
    fabriciogr, Mar 8, 2008 IP