- Original Message -
From: "Edward Z. Yang"
To: "Twisted general discussion"
Sent: Monday, August 03, 2009 6:00 PM
Subject: Re: [Twisted-Python] Deferred documentation rewrite
I like the side-by-side regular and twisted versions, that's helpful.
You are approaching the c
Trying to implement a custom mail service I have run into the problem that
this ticket describes:
Ticket #3472 (new defect )
Opened 10 months ago
Last modified 10 months ago
twisted.mail.smtp sendmail() should [have] parameters to be passed for the
retry and timeout logic supported by SMTPClie
- Original Message -
From: Kevin Horn
"Sometimes I think what is needed is someone who knows basically nothing
about Twisted to go about learning it...and then writing down how they did
it."
I'm trying to do this, by keeping notes as I learn twisted to build a custom
email system. It's ha
- Original Message -
From: "Michael Hudson"
To: "Twisted general discussion"
The accompanying paper is here: http://mumak.net/stuff/twisted-intro.html
Thanks for this incredibly helpful link!
-Dave
___
Twisted-Python mailing list
Twisted-Pyt
I don't think the database option is a hack. Have twisted write the live
stream items into a ring-buffer SQL database table (eg. use records 1-100
over and over again), including a timestamp for each entry. Then your django
page can always retrieve the most current set of entries by SELECTing * fro
some way.
-Dave Britton
- Original Message -
From: Cary Hull
To: Twisted general discussion
Sent: Thursday, April 02, 2009 11:05 AM
Subject: [Twisted-Python] Documentation overviews
Hi folks,
One of the goals for the Pycon sprint was to develop user oriented overviews
blem with SMTPClient
> On Mon, 2 Mar 2009 15:57:17 -0500, Dave Britton
wrote:
> >I love the idea of twisted but I think I must have a twisted learning
disability, as I have gotten nowhere in what ought to be a simple matter.
> >
> >I need to send out emails to small groups f
I love the idea of twisted but I think I must have a twisted learning
disability, as I have gotten nowhere in what ought to be a simple matter.
I need to send out emails to small groups from my apache server running a
python cgi using mod_python, but my hosting service doesn't have a MTA. Inste