[Twisted-Python] autoincrement in axiom

2010-02-28 Thread code prophecy
Hi, Is there a way to use autoincrement in axiom ? I need a property in my model that reflects the last row id after every insert operation. Also, is it safe to use non-db variables in axiom model ? something like class test1(Item): name = attributes.text() surname = "my non db variable" T

Re: [Twisted-Python] autoincrement in axiom

2010-02-28 Thread Tristan Seligmann
On Mon, Mar 1, 2010 at 1:31 AM, code prophecy wrote: > Is there a way to use autoincrement in axiom ? I need a property in my model > that reflects the last  row id after every insert operation. There isn't currently any way to have an autoincrement attribute. However, the storeID attribute is un

Re: [Twisted-Python] Is AMP secure enough for the internet?

2010-02-28 Thread Tristan Seligmann
On Sat, Feb 27, 2010 at 11:59 PM, Attila Nagy wrote: > What would I like to do: > 1. authenticate and authorize connecting clients with their SSL certificates > 2. securely transfer arbitrary (binary and json) data from and to the > clients (both the server and client would be twisted) If you're

Re: [Twisted-Python] Is AMP secure enough for the internet?

2010-02-28 Thread Eric P. Mangold
On Mon, 2010-03-01 at 02:33 +0200, Tristan Seligmann wrote: > On Sat, Feb 27, 2010 at 11:59 PM, Attila Nagy wrote: > > What would I like to do: > > 1. authenticate and authorize connecting clients with their SSL certificates > > 2. securely transfer arbitrary (binary and json) data from and to the

Re: [Twisted-Python] Is AMP secure enough for the internet?

2010-02-28 Thread Glyph Lefkowitz
On Feb 27, 2010, at 3:59 PM, Attila Nagy wrote: > Hello, Hello! > I'm planning a data collector gateway and wondering whether Twisted's > AMP would be good for the task. Yes, I believe so. > AMP seems to be a good fit for the job, but I'm not sure about the > security. I make the client side t