Re: [Twisted-Python] job server project

2011-01-03 Thread David Strauss
On Fri, 2010-12-31 at 14:35 +0200, Umut Aydin wrote:
> I just completed an article about writing a job server with Twisted
> Framework. It's also based on my job server project called Jobbar.
> 
> http://umut.mobi/blog/2010/12/31/jobbar-distributed-job-server/
> 
> I'm still working on it.

As long as you're in Python land, you might want to check out Celery.

-- 
David Strauss
   | da...@davidstrauss.net
   | +1 512 577 5827 [mobile]



signature.asc
Description: This is a digitally signed message part
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


[Twisted-Python] Pantheon sponsorship logo

2011-01-13 Thread David Strauss
Hi Twisters,

I recently sent in a $1000/silver sponsorship to the Twisted project
from Pantheon Systems, my new company. For the sponsor listing, I've
attached a logo with the specified dimensions. Please link to our home
page [1]. Thanks, and happy 2011.

[1] http://getpantheon.com/

-- 
David Strauss
   | da...@getpantheon.com
   | +1 512 577 5827 [mobile]
Pantheon Systems
   | http://getpantheon.com/
<>

signature.asc
Description: This is a digitally signed message part
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] feedback on next version of Fireshark using twisted framework....

2012-05-03 Thread David Strauss
On Thu, May 3, 2012 at 1:05 PM, Glyph  wrote:
> Actually, you're better off using twisted.python.filepath.FilePath.child :).
>
> 

That documentation has quite the personality.

___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] Log file ownership

2012-06-26 Thread David Strauss
You can also bind to privileged ports now using listeners like systemd
(and, presumably xinetd).

-- 
David Strauss
   | da...@davidstrauss.net

___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] twisted/python3/ubuntu 12.10

2012-06-26 Thread David Strauss
On Thu, Jun 14, 2012 at 8:17 AM, Gavin Panella  wrote:
> It's on the Ubuntu 12.04 Server CD; see
> http://cdimages.ubuntu.com/ubuntu-server/precise/daily/current/precise-server-amd64.list

Canonical's Landscape tool uses Twisted AMQP.

-- 
David Strauss
   | da...@davidstrauss.net

___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] how to daemonize twisted...and detatch from shell process

2012-10-18 Thread David Strauss
I also recommend looking at systemd and Upstart, even in combination
with twistd. Twisted's twistd will daemonize the process, but it won't
give you named services and a clean environment.

-- 
David Strauss
   | da...@davidstrauss.net

___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python