users@glassfish.java.net

Re: pdf creation in synchronized block

From: Dick Davies <rasputnik_at_hellooperator.net>
Date: Wed, 26 Aug 2009 09:34:23 +0100

How about putting the job in a message queue, then letting something else
do the work later?

On Mon, Aug 24, 2009 at 3:54 PM, ymajoros<yannick.majoros_at_uclouvain.be> wrote:
>
> Hi,
>
> I inherited a web application where big pdf creations happen in a
> 'synchronized' block. I don't feel this is right: I think thread management
> is part of the application server and shouldn't be managed there, in my
> opinion.
>
> Still, management insists only one thread should be able to generate a big
> document at a time. So, I thought I'd implement some kind of locking scheme.
>
> I need opinions: is there a recommanded way to go, or should I even leave
> those synchronized blocks alone?
>
> Thanks
> --
> View this message in context: http://www.nabble.com/pdf-creation-in-synchronized-block-tp25117516p25117516.html
> Sent from the java.net - glassfish users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>