footh wrote:

Thanks for the reply.

I guess that makes sense.  I was wondering, is there a
lot of overhead to loading a bunch of
"AbstractContinuable" classes via the
ContinuationClassLoader?  If so, I might just do it
once, or not at all and stick with the
if...then...else.

You are planning on calling the ContinuationClassLoader yourself? I don't think you really need to do that. If I recall correctly the classes are only loaded once. But it would be easy to check. Just stick a System.out.println(this.toString()) in the class and see if it changes on subsequent requests.

Ralph

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

Reply via email to