Sure they doOriginally posted by: akubi
I'm pretty sure yahoo doesn't use mysql :laugh:
Originally posted by: Nothinman
Most companies would rather pay for something that says "Enterprise Ready" and has cool acronyms like J2EE than use something free whether it's better or not.
... because such decisions are made by clueless middle managers more concerned with clawing their way up the boss heirarchy than anything else.
Originally posted by: randumb
I dunno if this is relevant, but PHP is slower than Java, C/C++, etc.
Originally posted by: rh71
I believe I've only seen Yahoo use PHP/MySQL, along with many other do-it-yourselfers... but no companies are embracing it for all of its advantages. What are your thoughts on this ?
Originally posted by: jfall
coz it has more holes than swiss cheese
Originally posted by: rh71
does php work with any other dbs?
Real businesses can't stay on the bleeding edge... the installations I know still use php4. Also, businesses sometimes stick to the versions provided by their (linux) distributions for support/reliability reasons.Originally posted by: RedSquirrel
Really, I'm not sure why since php is pretty fast, and stable. Especially php5, it's way faster then 4, and 4 is decently fast.
Originally posted by: DannyBoy
Originally posted by: randumb
I dunno if this is relevant, but PHP is slower than Java, C/C++, etc.
Bullsh*t.
Very mature. :roll:Originally posted by: DannyBoy's Sig
01000001 01101110 01100001 01101110 01100100 01110100 01100101 01100011 01101000 00100000 01001101 01101111 01100100 01100101 01110010 01100001 01110100 01101111 01110010 00100000 01101001 01110011 00100000 01100001 00100000 01110111 01101000 01101111 01110010 01100101 00101100 00100000 01110100 01100101 01100101 01101000 01100101 01100101
Originally posted by: jbourne77
PHP does not scale well for enterprise applications. Furthermore, unless you are operating under very strict development standards with a very well-disciplined team, PHP does not lend itself well to large group development. Lastly, it doesn't separate well the various roles of components in a web application.
It's good for small tasks and rapid development, but for the reasons mentioned here (and others I surely missed), enterprises look elsewhere for a solutions platform.
Just like you wouldn't use J2EE to develop a clan website, you wouldn't use PHP to develop the next Amazon.com.
So you're claiming that interpreted code is just as fast as compiled code? How exactly are you going to explain that opinion?Originally posted by: DannyBoy
Originally posted by: randumb
I dunno if this is relevant, but PHP is slower than Java, C/C++, etc.
Bullsh*t.
Something with better type-safety and more rigidly defined interfaces so that you don't get a big blob of unmaintainable spaghetti-code. Something compiled is nice so that you have a computer to catch a large portion of your mistakes. How are the available unit testing frameworks for php? Any mainstream enterprise-aimed language will have numerous solid options.Originally posted by: n0cmonkey
What makes a language more suited to group development?Originally posted by: jbourne77
PHP does not scale well for enterprise applications. Furthermore, unless you are operating under very strict development standards with a very well-disciplined team, PHP does not lend itself well to large group development. Lastly, it doesn't separate well the various roles of components in a web application.
It's good for small tasks and rapid development, but for the reasons mentioned here (and others I surely missed), enterprises look elsewhere for a solutions platform.
Just like you wouldn't use J2EE to develop a clan website, you wouldn't use PHP to develop the next Amazon.com.