Re: [Twisted-Python] txjsonrpc

2013-02-01 Thread Matthew Williams
of work (the code is far from ideal, there are no tests, etc.). Matthew On Fri, Feb 1, 2013 at 2:30 PM, Duncan McGreggor wrote: > On Thu, Jan 31, 2013 at 7:43 AM, Matthew Williams > wrote: > > I have a couple questions regarding txjsonrpc > > (https://github.com/oubiwan

Re: [Twisted-Python] txjsonrpc

2013-02-01 Thread Matthew Williams
Thanks Julian, I actually have a similar project ( https://github.com/mgwilliams/txJsonRpc-Netstrings), but would prefer to use the "mainstream" project. At the moment I'm working out whether that's possible for our needs. Matthew On Fri, Feb 1, 2013 at 12:14 PM, Julian Berman wrote: > Hi. FWI

Re: [Twisted-Python] txjsonrpc

2013-01-31 Thread Matthew Williams
It appears that even 1.0 spec (http://json-rpc.org/wiki/specification) allows for non-array result values. Maybe there was a confusion with the fact that in v1 only a list is valid for the request parameters. On Thu, Jan 31, 2013 at 2:04 PM, Matthew Williams wrote: > In that case, should th

Re: [Twisted-Python] txjsonrpc

2013-01-31 Thread Matthew Williams
_...@lvh.cc> wrote: > On Thu, Jan 31, 2013 at 4:43 PM, Matthew Williams wrote: > >> I have a couple questions regarding txjsonrpc ( >> https://github.com/oubiwann/txjsonrpc/) in connection with the recent >> addition of version 2.0 support. >> >> * How complet

[Twisted-Python] txjsonrpc

2013-01-31 Thread Matthew Williams
a patch altering this behavior (perhaps optionally) be accepted? Thanks in advance for any help on these two questions. Matthew Williams ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] Job Opening - Telecommute or Relocation Possible - New Jersey

2010-05-28 Thread Matthew Williams
questions. Matthew Williams TelTech Systems Inc. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] Question

2010-05-28 Thread Matthew Williams
Is it acceptable to post job openings to this list? ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] [sqlalchemy] Re: SQLAlchemy, Twisted, and sAsync

2010-03-26 Thread Matthew Williams
Thank you, Simon, for clarifying this and pointing out that part of the SQLAlchemy docs... somehow I missed that part :-). On Mar 26, 2010, at 7:30 AM, King Simon-NFHD78 wrote: > I think that point should be clarified, so that people don't later > come > across this post and just accept it wi

Re: [Twisted-Python] SQLAlchemy, Twisted, and sAsync

2010-03-26 Thread Matthew Williams
On Mar 26, 2010, at 3:20 AM, Chris Withers wrote: > Matthew Williams wrote: >> From previous posts to this and other lists, it seems that ORMs >> and threads don't get along too well... > > What makes you think that? First of all, most of my impressions about

[Twisted-Python] SQLAlchemy, Twisted, and sAsync

2010-03-25 Thread Matthew Williams
I have recently started a project using Twisted with a MySQL backend. From previous posts to this and other lists, it seems that ORMs and threads don't get along too well... and, as far as I can tell, there's no way to get away from threads if you don't want longish queries to block your e