Would you develop a gov't system to handle taxes in php? Or a bank system application in php? Or even an airline registration system in php?Originally Posted by M@rv|n
uhmm... don't think so.![]()
Would you develop a gov't system to handle taxes in php? Or a bank system application in php? Or even an airline registration system in php?Originally Posted by M@rv|n
uhmm... don't think so.![]()
hmmm kung naning kaau ang programmerand if his/her pay is good
![]()
See the statistics: http://www.nexen.net/chiffres_cles/p...ember_2007.phpOriginally Posted by maddox
Would you consider all PHP's 33% not mission critical, and ASP's 21% all mission critical
Statistics tells the whole truth...
Mission critical apps are the ones with thorough code audit and backed up with fail-safe hardware (ups, raid5, dfs, redundant power supply, etc...). Any stable language language can be used such JAVA, ASP, PHP, PYTHON, RUBY, PERL or even C compiled CGIs.
and i guess this article will answer http://phplens.com/phpeverywhere/node/view/15Originally Posted by maddox
and again depende ra jud na nimo kng gi unsa na nimo pag plan ang imo system.
naa jud dako na deperensya compiled versus interpreted..thats why i choose java..Originally Posted by M@rv|n
Java is not really compiled but is pseudo-interpretedOriginally Posted by psyd_1
. It is compiled to bytecodes (similar to .NET) and not to machine's native processor code. The JRE will interpret the bytecode sequence and executes it. It is not fast but is very portable because bytecodes does not change from one machine to machine.
There is already a technology called JIT compiler so that you don't have to be concerned about those minute details as execution speed.
Most enterprise application's bottlenects are not found on the execution of the codes, most lies on the network bandwidth between application servers on a distributed enterprise application setup, between databases and application servers. Some bottlenecks can also be found on some poorly created sql statements.
It is very true. Pero depende sad application. Business apps don't really need a fast code execution because most of the processing is on the backend (SQL server).Originally Posted by bcasabee
Kung number-crunching (cryptography, dsp, mp3 decoding, vision systems) , systems networking (tcp-ip, netcasting) or desktop apps (graphical and text processing) that requires exhaustive memory access, I would not use Java.
Also if you are dealing with embedded systems (embedded devices/processors) and real-time systems, that has very limited RAM and FLASH for the firmware, JAVA is unusable. The interpreter already will consume most of the resources plus your bytecode program. Not yet considering the code execution speed.
i stand here corrected.Originally Posted by cold_fusion
up...
Yes PHP is growing each day in quite a good manner and i believe that its pretty fine.The thing is agile business solutions helps us with learning more and at the same time we get to understand how goodly we can move on something.
Similar Threads |
|