On Mon, Dec 14, 2009 at 11:09 AM, Ramdas S <ram...@gmail.com> wrote:

> Noufal,
>
> We had and have similar requirements. I did some asking at IRC, and the
> general recommendation was to write custom modules in Python or store the
> rules as conditions in database tables.
>
> We are using the second option and using ORMs its pretty easy to create
> what
> you want, and have been shipping a pretty successful messaging solution,
> which has some fairly complex business rules.
>
> I'd suggest you to handroll one


Okay. I went the DSL way for an earlier project and it was fairly robust
(although the rules were extremely simple). How long did it take to
implement your solution?

-- 
~noufal
http://nibrahim.net.in
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to