php-general | 2000071
Date: 07/05/00
- Next message: Tom Peck: "Re: [PHP] MS Access to MySQL - Database Conversion"
- Previous message: adam beecher: "RE: [PHP] can i parse the header reply from another php site intomine ?"
- In reply to: Chris Adams: "Re: [PHP] php vs jsp/servlets vs asp"
- Next in thread: Chris Adams: "Re: [PHP] php vs jsp/servlets vs asp"
- Reply: Chris Adams: "Re: [PHP] php vs jsp/servlets vs asp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I am just writing web apps to do database interaction (search, update,
create). In the future, I may want to build online stores with shopping
carts and more security features though. Is PHP as secure as Java?
"Chris Adams" <chris <email protected>> wrote in message
news:004901bfe65e$a0b209c0$6f7f1018 <email protected>
> > Which one is the fastest?
>
> What are you trying to do? I'd tend to rate them in order as PHP, Java,
ASP
> but the specific details could chnage that dramatically. Java performance
> varies widely based on JVM - some are quite good, others fall apart with
> multiple users. ASP's scripting langugages are extremely rudimentry, so
> you'll be using COM objects for anything serious. COM adds a little
overhead
> itself and there's the additional consideration of the COM objects you
use,
> which can range from very fast to absurdly inefficient.
>
> Frankly, anything you mentioned can be made fast enough for most sites,
> assuming you aren't on a shoestring hardware budget. It's usually a much
> better decision to look for the environment that is best suited for your
> application simply because most of your performance issues will depend on
> the code you write and an environment which makes you more productive
gives
> you more time to tune your application logic.
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Tom Peck: "Re: [PHP] MS Access to MySQL - Database Conversion"
- Previous message: adam beecher: "RE: [PHP] can i parse the header reply from another php site intomine ?"
- In reply to: Chris Adams: "Re: [PHP] php vs jsp/servlets vs asp"
- Next in thread: Chris Adams: "Re: [PHP] php vs jsp/servlets vs asp"
- Reply: Chris Adams: "Re: [PHP] php vs jsp/servlets vs asp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

