Re: [Twisted-Python] Seeking advice on use of Perspective Broker

2009-09-21 Thread Arthur Pemberton
Thanks for the recommendations. I'll get the book and work from there. -- Fedora 10 (www.pembo13.com) ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Seeking advice on use of Perspective Broker

2009-09-20 Thread Lucas Taylor
On 9/18/09 2:57 AM, Arthur Pemberton wrote: > On Thu, Sep 17, 2009 at 8:06 PM, Lucas Taylor wrote: >> On 9/17/09 1:31 PM, Arthur Pemberton wrote: >>> 2) How easy it to package Twisted for distribution on Windows system >>> (which would be inevitable) >> You can use py2exe to distribute your appli

Re: [Twisted-Python] Seeking advice on use of Perspective Broker

2009-09-18 Thread Mark Visser
Another happy PB user here, and I used the O'Reilly book. In fact, PB has changed so little that it's still using old-style classes. That bit us in the ass a couple times (no super!). David Ripton wrote: > On 2009.09.17 17:39:17 -0500, Arthur Pemberton wrote: > >> On Thu, Sep 17, 2009 at 2:09

Re: [Twisted-Python] Seeking advice on use of Perspective Broker

2009-09-18 Thread David Ripton
On 2009.09.17 17:39:17 -0500, Arthur Pemberton wrote: > On Thu, Sep 17, 2009 at 2:09 PM, Brett Sheffield wrote: > > Arthur Pemberton wrote: > >>  1) Is the Twisted Matrix book published by Orielly relevant ie. updated > >> enough? > > > > Yes.  I just read it and it has excellent Perspective Brok

Re: [Twisted-Python] Seeking advice on use of Perspective Broker

2009-09-18 Thread Arthur Pemberton
On Thu, Sep 17, 2009 at 8:06 PM, Lucas Taylor wrote: > On 9/17/09 1:31 PM, Arthur Pemberton wrote: >>  2) How easy it to package Twisted for distribution on Windows system >> (which would be inevitable) > > You can use py2exe to distribute your application as one or more > executables. It is also

Re: [Twisted-Python] Seeking advice on use of Perspective Broker

2009-09-17 Thread Lucas Taylor
On 9/17/09 1:31 PM, Arthur Pemberton wrote: > 2) How easy it to package Twisted for distribution on Windows system > (which would be inevitable) You can use py2exe to distribute your application as one or more executables. It is also possible to create NT services using the win32all package. Luc

Re: [Twisted-Python] Seeking advice on use of Perspective Broker

2009-09-17 Thread Brett Sheffield
Arthur Pemberton wrote: > On Thu, Sep 17, 2009 at 2:09 PM, Brett Sheffield wrote: >> It doesn't cover twisted.web and nevoew very well because the API was >> still shifting about then, but the rest seems pretty good. It was >> published in 2006. > > I know it was published in 2006, but 3 years c

Re: [Twisted-Python] Seeking advice on use of Perspective Broker

2009-09-17 Thread Arthur Pemberton
On Thu, Sep 17, 2009 at 2:09 PM, Brett Sheffield wrote: > Arthur Pemberton wrote: >>  1) Is the Twisted Matrix book published by Orielly relevant ie. updated >> enough? > > Yes.  I just read it and it has excellent Perspective Broker examples in > chapters 5 & 6 which got me to a flying start rec

Re: [Twisted-Python] Seeking advice on use of Perspective Broker

2009-09-17 Thread Brett Sheffield
Arthur Pemberton wrote: > 1) Is the Twisted Matrix book published by Orielly relevant ie. updated > enough? Yes. I just read it and it has excellent Perspective Broker examples in chapters 5 & 6 which got me to a flying start recently. Obviously you'll want to read the online docs too. It do

[Twisted-Python] Seeking advice on use of Perspective Broker

2009-09-17 Thread Arthur Pemberton
Good day, I have scanned through the docs a few times, and I am in need of some advice and explanation to determine if Twisted's Perspective Broker meetings my perceived needs What I am trying to do : create a client/server project where the server is a a typical access multiple data sources, enf