in reply to Re: Whither scripting? Will scripting wither?
in thread Whither scripting? Will scripting wither?
Add to that key extensions like Hibernate, Jakarta, and JBoss, and you have an entire system that can be an order of magnitude more complex than Embperl/Apache/MySQL. Is it better? Well, it sure ain't faster, but, yes, it will be more scalable.
Well - I'd have to disagree with that :-) I've had more problems with scaling Java systems than I have with Perl ones. Not that this was due to any deficit in Java per se, just that J2EE led them to modularise the systems in a way that could only scale by buying bigger hardware, rather than more hardware.
It's just as simple to write a scalable and reliable Perl application (or Ruby, or Python, or Lisp, or whatever) as it is to write a Java one. Most of the expertise in producing something reliable and scalable sits in the developers head rather than in the language.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Whither scripting? Will scripting wither?
by samizdat (Vicar) on Feb 03, 2006 at 16:46 UTC | |
by adrianh (Chancellor) on Feb 04, 2006 at 15:27 UTC |