|
>This gives JSP technology a significant advanatge in >scalability. Agreed. This is one of the reasons ASP.Net stole a page from the JSP book. ASP.Net compiles at first touch to a DLL and then runs as native code (a servlet if you will). -Walden ------------ Walden H Leverich III President Tech Software (516) 627-3800 x11 (208) 692-3308 eFax WaldenL@TechSoftInc.com http://www.TechSoftInc.com Quiquid latine dictum sit altum viditur. (Whatever is said in Latin seems profound.) -----Original Message----- From: Joe Pluta [mailto:joepluta@PlutaBrothers.com] Sent: Monday, January 27, 2003 3:50 PM To: Web Enabling the AS400 / iSeries Subject: RE: [WEB400] PHP on iSeries Apache > From: Bob Cozzi > > They're all pretty similar in how they work... Effectively, the way I see > it, there's a big-old CGI program that pre-processes ASPs, JSPs, Net.Data, > and PHPs. It interprets the scripting languages embedded with some HTML > takes around it and then sends the result to the browser. I'm > sure there's > some performance issues, feature differences, etc. but the mechanics all > seem to be similar. Actually, there's a very fundamental difference between JSP and the others. While most other techniques are indeed interpreted, the JSP is handled quite differently. The first time a JSP is accessed, it is actually converted to Java source code and then compiled to a servlet. This is the traditional long load time for a new servlet. However, once that servlet is loaded, subsequent hits require no initial startup time. This gives JSP technology a significant advanatge in scalability. Joe _______________________________________________ This is the Web Enabling the AS400 / iSeries (WEB400) mailing list To post a message email: WEB400@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo.cgi/web400 or email: WEB400-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/web400.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.