Originally posted by Ilja Preuss:
So you are reading 40000 rows from a database??? You don't *really* *need* all of them, do you?
Originally posted by Joe McGuire:
Hmm... interesting problem. I'm sure there must be a way to do it programmatically, I just don't know of one off the top of my head. I'll try some stuff out and ask around. It could be something useful to know.
<jsp-descriptor>
<jsp-param>
<param-name>
pageCheckSeconds
</param-name>
<param-value>
0
</param-value>
</jsp-param>
</jsp-descriptor>
Does this solve your problem?[/B]
Originally posted by George Brown:
[B]It seems as though you might be missing ASP and ColdFusion.
Originally posted by George Brown:
Even after your explanation of "pre-processing" pages I'm not too sure what you mean. I don't see why you would need these kind of pages when your servlets and JSPs are dynamic anyway.