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