> No.  The Lift Actor stuff is completely independent of the Scala Actor
> stuff.

This I understand of course.

> First, it looks like your app is 2.7.4, I'd suggest switching to 2.7.5.
> 2.7.5 using the java.util.concurrent package for actor scheduling rather
> than some random version of the Fork Join library.  That will likely address
> this issue.

Actually no, I already upgraded to 2.7.5... Looking at it I had a
dependency on one of my custom libs that was still 2.7.4.

Generally speaking however, to use the lift actor implementation its
just a case of:

import _root_.net.liftweb.actor.LiftActor

object MyActor extends LiftActor {
....
}

Is that right? Meaning there is zero dependency on the main
scala.actors lib...?

Cheers, Tim
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to