ParallelExecutor priority

2011-08-29 Thread jeczmien
.1045711.n5.nabble.com/ParallelExecutor-priority-tp4745722p4745722.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail

Re: ParallelExecutor priority

2011-08-29 Thread Massimo Lusetti
On Mon, Aug 29, 2011 at 12:25 PM, jeczmien jeczm...@podgorska.ddns.info wrote: Hi. I'm wonder there is any way to set priority for task running by ParallelExecutor.invoke. I need lower priority thread for generating pdf - its time and proc consuming. Now I'm using JVM's

Re: ParallelExecutor priority

2011-08-29 Thread Kalle Korhonen
by ParallelExecutor.invoke. I need lower priority thread for generating pdf - its time and proc consuming. Now I'm using JVM's java.util.concurrent.ThreadPoolExecutor Best regards -- View this message in context: http://tapestry.1045711.n5.nabble.com/ParallelExecutor-priority-tp4745722p4745722.html Sent

Re: ParallelExecutor priority

2011-08-29 Thread Massimo Lusetti
On Mon, Aug 29, 2011 at 6:32 PM, Kalle Korhonen kalle.o.korho...@gmail.com wrote: Please open an issue, it makes a lot of sense that it'd be easily configurable per job. Massimo, he states the use case below. Maybe a job is not made up by only one thread... I mean there could be different