> > Well, I take it you are both familiar with working with RPC, but are you > also familiar working without?
Yes I am familiar with RPC and I have worked without it. Celery is written using a message-based approach like you described and I have written API's that use a messaging approach as well. How I end up designing some piece of code depends on the problem I'm trying to solve, the environment the code is meant to run within and the user base that may end up interacting with the codebase. Are you referring to the use of promises as RPC? Best, On Sat, May 31, 2014 at 5:10 PM, Marcus Ottosson <[email protected]> wrote: > Well, I take it you are both familiar with working with RPC, but are you > also familiar working without? > > I think to make a fair judgement, one would have to at least try both to > an equal degree. I've had a hard time finding any benefits of using it > other than convenience, and I'm not quite convinced. > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOCjisSNmOWFeoza_tGQYRpKxFM0GhDeXOLSXP8EEhLFpQ%40mail.gmail.com > <https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOCjisSNmOWFeoza_tGQYRpKxFM0GhDeXOLSXP8EEhLFpQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- -tony -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAJhmvsTQ25rwUc0FezgvgdA3xQ86v4ke4ECoGEXqvkR-cKLjmA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
