Is the latest Netscape version supported on *nix, 4.x???  I'm not positive of the 
answer, but I doubt it.  I never develop anything with Netscape 4.x in mind 
anymore....  a huge waste of time... not to mention the headaches.  Sometimes you just 
gotta let go :-)
 [EMAIL PROTECTED] wrote:I have to disagree with Craig on the issue of banishing ns4. 
We are all
working on a *nix box. There are not many choices besides mozilla or ns.

Regards,


PQ

"This Guy Thinks He Knows Everything"
"This Guy Thinks He Knows What He Is Doing"

-----Original Message-----
From: Vinh Tran [mailto:[EMAIL PROTECTED] 
Sent: February 25, 2003 5:33 PM
To: Struts Users Mailing List
Subject: RE: Netscape 4.7x and Struts performance problems

I have to believe your issue is with nested tables and not Struts. Are you
experiencing performance problems with only pages containing nested tables?
The issue with nested tables has been fixed in Netscape 7. Try this browser
to see if the performance issues go away.

Vinh

-----Original Message-----
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 5:02 PM
To: Struts Users Mailing List
Subject: Re: Netscape 4.7x and Struts performance problems




On Tue, 25 Feb 2003, scarter wrote:

> Date: Tue, 25 Feb 2003 14:09:53 -0500
> From: scarter 
> Reply-To: Struts Users Mailing List 
> To: [EMAIL PROTECTED]
> Subject: Netscape 4.7x and Struts performance problems
>
> Several months ago there was a discussion in this list about poor
> performance of Struts applications when using Netscape 4.7x as a
> browser. I've been developing in Netscape for quite a few years now and
> I don't think I've ever seen a more obvious difference between the
> performance of IE and Netscape. I have other applications that are not
> based on Struts that perform much better, so the obvious thing is that
> this problem has to be related to Struts somehow, although its not clear
> how.
>

This could also be an artifact of the servlet container you are running.
For example, the peformance difference from running JSP pages with lots of
custom tags (i.e. your typical Struts-based app) on current Tomcat 4.1.x
releases, versus older ones, is nothing short of amazing due to
improvements in the JSP page compiler.

But these issues would cause visible performance differences for all
browsers, not just Netscape 4.7.x.

> Has anyone determined what causes this problem and how to resolve it?
> I'm aware that Netscape has a difficult time rendering nested tables,
> which we have minimized, however, other than use of Struts taglibs,
> there are no differences between the pages I am using now and the ones I
> have that do not use Struts, except that the non-struts ones perform
> much better in Netscape.
>

You're probably not going to like my advice, but IMHO Netscape 4.x should
be banished from the list of browsers supported by modern webapps.
Besides the performance related issues you allude to (which a server side
framework can't really do anything about), 4.x support for CSS and
JavaScript is pretty hideous.

> Any advice would be greatly appreciated.
>
> Thanks,
>
> Scott Carter
>

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, and more

Reply via email to