Why don't you use scala actors?

... and after you populate asynchronously the two lists do you need to
report the lists back to client asynchronously (say Comet) or when the
page is rendered? ... If it's the later that you'd probably need a
count-down-latch or a cyclic barrier.

Br's,
Mairus

On Aug 28, 12:05 pm, pravin <pravinka...@gmail.com> wrote:
> Hi,
> i want to use thread in my lift application.
> I have two Lists i.e. List1() and List2();
> when i click on submit button
> i want to do following things -
>
> i am executing to method  to populate above to list -;
>
> List1() = fun1();
> List2() = fun2();
>
> So i want to do above things with thread s....
>
> thread 1 will do List1() = fun1();
> and thread 2 will do List2() = fun2();
>
> so i can increase performance of my application
>
> Note:serial execution is working
>
> Is this possible with lift
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to