Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » JSP & HTML validators performance
JSP & HTML validators performance [message #199136] Thu, 30 August 2007 07:29 Go to next message
Eclipse UserFriend
Originally posted by: mauro.molinari.cardinis.com

Hello!
Before trying to file a request enhancement, I would like to know your
opinion about the performance of the JSP and HTML validators.

We are developing a huge web application, with hundreds of JSPs and
HTMLs. When the project is built, after compilation the JSP and HTML
validators are started: there are 3 or 4 of them that start together, in
multithreading. On my PC (Sempron 2600+, Windows 2000), the validation
process takes minutes and minutes to complete... moreover, it seems that
the validation threads are eating almost all the CPU, slowing down the
other IDE operations, so they make it hard to continue to work. If I can
remember well, they are also blocking some other operations, so I can't
leave them in background all the time, but sooner or later I must wait
until they finish.
The only solution I could find is to stop or completely disable them.

The problem is not so evident on faster CPUs (like Pentium4), but the
CPU load problem is there too.

So, I would like to ask you if you have similar problems and, in particular:
- isn't there any way to speed up those validation processes?
- if not, is there a way to lower their priorities, so that they don't
slow down the other IDE processes?
- is it also possibile to make them not blocking other user operations
(like file saving)?

I'm using WTP 2.0 Europa release.

Thanks in advance for your answers.

Mauro.
Re: JSP & HTML validators performance [message #199163 is a reply to message #199136] Thu, 30 August 2007 13:43 Go to previous messageGo to next message
Mike Bourgeois is currently offline Mike BourgeoisFriend
Messages: 6
Registered: July 2009
Junior Member
I would have to agree. We make a project with lots of stuff in it, and
the validators do take quite a while to execute, especially if your system
isn't cutting edge.
Re: JSP & HTML validators performance [message #199248 is a reply to message #199136] Fri, 31 August 2007 06:07 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Any discussion of priorities would have to be directed at the
validation framework itself, but it has been recognized that those
two validators are far too slow and require performance improvements
in the next release. See bugs 170640 and 170646 for progress on that.


https://bugs.eclipse.org/bugs/show_bug.cgi?id=170640
https://bugs.eclipse.org/bugs/show_bug.cgi?id=170646

--
Nitin Dahyabhai
Structured Source Editing


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:org.eclipse.wst.rdb.* missing
Next Topic:JSP template
Goto Forum:
  


Current Time: Fri Apr 26 11:49:44 GMT 2024

Powered by FUDForum. Page generated in 0.02835 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top