Verily I say unto thee, that The Ghost In The Machine spake thusly:
> In comp.os.linux.advocacy, Sgt. Bilko <bilko@xxxxxxxxx> wrote on Wed,
> 29 Aug 2007 12:35:24 -0400
> <46d5943f$0$16282$88260bb3@xxxxxxxxxxxxxxxxx>:
>> [quote] PHP is has much better support for the database management
>> system, MySQL... ASP.net can also support MySQL, but PHP is
>> unanimously hailed, by the masses and classes alike, for its great
>> support for this database management system. [-quote]
>>
>> Translation - Since PHP is closely tied to one dbms (MySQL) this
>> somehow makes it "better" than ASP.net. How about using any
>> arbitrary database - Oracle, Sybase or DB2. Oh yeah - ASP.net kicks
>> the snot out of PHP in those cases.
Translation - you have a pickled walnut for a brain, and can't read.
He wrote that PHP "has much better support for the database management
system, MySQL" ... which it does. It certainly makes it "better" than
ASP.net when used in conjunction with MySQL, and that would certainly
interest people who only wish to use MySQL, since those other DBMS you
mention are both proprietary and expensive - another roadblock to
ASP.net adoption.
The only "snot" around here is the stuff oozing from your ears.
>> [quote] ASP.net is compiled into memory in binary code. So, when
>> ASP.net is used for coding, it is evident that it takes much longer
>> time to process since the codes need to be retrieved from memory.
>> However, PHP is not compiled into memory like ASP.net is. It is
>> interpreted at runtime. That is the reason why PHP coding leads to
>> better speed and even efficiency. [-quote]
>>
>> More clueless bullshit. Since ASP.net is pre-compiled it would make
>> it FASTER than something that needs to be interpreted each time the
>> page is loaded. Somehow this moron thinks that doing a simple
>> "lookup" to find the code for a pre-compiled web page is slower
>> then interpreting the page each and every time it's requested.
Idiot.
.----
| Compiled Code vs. PHP Interpreted Code .NET compiles code, such as
| C#, into what its creators have termed MSIL, or Microsoft
| Intermediate Language. This roughly resembles Java's bytecode, the
| "binary" you have after you compile the source code. PHP, as an
| interpreted language, doesn't really have an equivalent here. I use
| quotes because it is different from the binary you get when
| compiling C, C++, and so on. In those cases, you compile to a
| machine language specific to your processor— essentially, coded
| instructions that only your processor can understand. A C program
| compiled on a Mac OS X compiler would produce different code from
| that same program compiled with a Linux C compiler. With bytecode,
| or MSIL, you have an executable that cannot run directly on any
| machine without a runtime environment. That is what Microsoft's
| .NET Common Language Runtime (CLR) provides. That layer would
| differ on different platforms implemented to execute those binaries
| and convert them to machine language at execution time.
|
| Saying that PHP is strictly interpreted and that ASP.NET code is
| compiled is a bit misleading, as evidenced by the common language
| runtime environment I've described. What's more, with PHP as well
| as ASP.NET pages, you can configure your respective Web servers to
| do connection pooling and caching of those pages, so they don't
| have to be recompiled each time. Inevitably, those PHP pages will
| compile into smaller pieces than the equivalent ASP.NET page,
| because there is more overhead with the intermediate compilation
| with the CLR. Ultimately, this will mean greater memory
| requirements on your Web server.
`----
http://www.oracle.com/technology/pub/columns/hull_php2.html
I suppose you're going to claim that /Oracle/ are spouting "clueless
bullshit" as well, are you?
What a coconut!
>>> The strengths of PHP stand out.
>>
>> No. The only thing that stands out is that the idiot who wrote this
>> and the moron who posted it to COLA are both technically inept.
Take a look in the mirror, fuckwit.
> I'm frankly not sure what the strengths of PHP are, beyond its
> relative simplicity.
And the fact that it is Free and Open Source Software, and in many cases
faster and better than ASP.net, certainly when used with MySQL.
--
K.
http://slated.org
.----
| "Proprietary licenses, the crack cocaine of software finance."
| - Matt Asay, CNET
`----
Fedora release 7 (Moonshine) on sky, running kernel 2.6.22.1-41.fc7
05:38:49 up 21 days, 4:33, 2 users, load average: 0.76, 0.64, 0.57
|
|