We're looking at integrating drools into existing Scala, Play framework application. I am not an drools expert but from using it years before I remember drools rules file (if it becomes of significant size) is a real memory hogger (since drools loads it into the memory). Also going traditional Java style (in using drools) is a very synchronous in nature. I am seeking better ways to integrate drools and use it in our Scala, Play framework environment. Can Akka Actors be used to serve better performing drools? Any pointers will be appreciated.
Thanks, -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
