The Artima Developer Community
Sponsored Link

Python Buzz Forum
SourceForge is slow

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Victor Ng

Posts: 112
Nickname: victorng
Registered: Aug, 2003

Victor Ng programs Python for money, but he'd be programming Python anyway if he was a bum.
SourceForge is slow Posted: Sep 10, 2003 10:59 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Victor Ng.
Original Post: SourceForge is slow
Feed Title: Victor Ng's Weblog
Feed URL: https://blog.crankycoder.com/feed/atom/
Feed Description: Python Feed
Latest Python Buzz Posts
Latest Python Buzz Posts by Victor Ng
Latest Posts From Victor Ng's Weblog

Advertisement

I've been talking back and forth with Patrick O'Brien about various Pythonic things - mainly PyPersyst and Pyro vs Twisted.

I've just managed to get PyPersyst out of CVS on SourceForge. Everything on SF seems really really slow lately. You get what you pay for I guess.

On his suggestion (which came from weird inexplicable bugs with Pyro) - I've been taking the dive into Twisted's Perspective Broker APIs. At a first glance - PB looks kind of clunky. All remote method calls need to use string method names like:


perspective.callRemote("someRemoteMethod").addCallbacks(...)

This just seems a little awkward to me. Maybe after I get comfortable with all the niggly details I'll write up a dynamic proxy to handle this stuff for me, but I can't imagine that I'm the only one that thinks this way.

I'm an idiot. Of course it has to be this way - how else would I get my asynchronous processing.

I need to save my posts for a minute or two before I publish. Bah..

Read: SourceForge is slow

Topic: Python: Not So Annoying After All Previous Topic   Next Topic Topic: Entering lambda land

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use