Menu

#10 project dead?

open
nobody
None
5
2006-03-24
2006-03-24
No

I just tried to run pythondirector using python 2.4 and
twisted 2.2.0. It blew up. Is there a future for this
app, or is there an alternative already implemented in
the latest version of twisted? I'm confused, because a
twisted-based load balancer seems like a perfect idea.

Discussion

  • Anthony Baxter

    Anthony Baxter - 2006-03-25

    Logged In: YES
    user_id=29957

    Not dead, stable. I don't do a lot of work on PyDirector
    these days, because it does pretty much everything I need.
    I'm going to be making a 1.1 release soon with a bunch of
    user-submitted bugfixes and patches.

    When you say "it blows up", what do you mean? I just tried
    it with twisted svn trunk and Python 2.4, and it worked fine...

     
  • Kevin Williams

    Kevin Williams - 2006-03-25

    Logged In: YES
    user_id=760805

    There seems to be a missing dependency.

    Traceback (most recent call last):
    File "d:\Python24\Scripts\pydir.py", line 5, in ?
    import sys, resource
    ImportError: No module named resource

     
  • Anthony Baxter

    Anthony Baxter - 2006-03-26

    Logged In: YES
    user_id=29957

    Whoops. 'resource' is only available on Unix. I'll check in
    a fix. If you want a quick workaround, remove the import and
    comment out the line calling resource.setrlimit().

     
  • Jehiah Czebotar

    Jehiah Czebotar - 2009-02-26

    There is a very active fork called txLoadBalancer

    https://code.launchpad.net/txloadbalancer

     

Log in to post a comment.