TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Pyro 4 - Python remote objects

16 pointsby jemeshsuover 13 years ago

2 comments

btubbsover 13 years ago
Pyro is neat, but not advisable as a general RPC solution unless you're 100% sure that you will only ever have Python clients, sometimes even the exact same Pyro version on both ends.<p>We've used Pyro extensively in the past at work, and are now trying to migrate away from it and towards a RESTful API, though it's slow going with interdependent services needing to all be updated.
bwarpover 13 years ago
I used this a while ago for a small integration project. Worked nicely.<p>I tend to go for ZeroMQ for similar use cases now though for no particular reason other than I was bored.