Re: [IronPython] NWSGI 0.4 released

2008-08-06 Thread Jeff Hardy
Dino, If transactions aren't being used I can get it working -- incidently, your code never actually initializes a transaction, so that's why it worked :). Now to get it working with transactions... -Jeff On Wed, Aug 6, 2008 at 5:07 PM, Jeff Hardy <[EMAIL PROTECTED]> wrote: > On Tue, Aug 5, 2008

Re: [IronPython] NWSGI 0.4 released

2008-08-06 Thread Jeff Hardy
On Tue, Aug 5, 2008 at 9:06 PM, Dino Viehland <[EMAIL PROTECTED]> wrote: > Oh, and regarding your blog which insists I sign in to post :) Not anymore! > You can set MultipleActiveResultSets=True in the connection string to get > around the cursor problem. That's > what I did w/ my provider when

Re: [IronPython] NWSGI 0.4 released

2008-08-06 Thread Jeff Hardy
On Tue, Aug 5, 2008 at 9:00 PM, Dino Viehland <[EMAIL PROTECTED]> wrote: > Just out of curiosity what version of Django? > The trunk. r8207 is the last one I tested. -Jeff ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/lis

Re: [IronPython] NWSGI 0.4 released

2008-08-05 Thread Sanghyeon Seo
2008/8/6 Jeff Hardy <[EMAIL PROTECTED]>: > I'm going to start testing against some other applications as well, > and post the results on my blog - jdhardy.blogspot.com - as well as > the compatibilty pages on ironpython.info. Once Django is working, I think you should try Pinax as well. Pinax is

Re: [IronPython] NWSGI 0.4 released

2008-08-05 Thread James Matthews
; but it at least is a short term work around. > > -Original Message- > From: [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] On Behalf Of Jeff Hardy > Sent: Tuesday, August 05, 2008 7:53 PM > To: Discussion of IronPython > Subject: [IronPython] NWSGI 0.4 released > > To coincide

Re: [IronPython] NWSGI 0.4 released

2008-08-05 Thread Dino Viehland
5, 2008 7:53 PM To: Discussion of IronPython Subject: [IronPython] NWSGI 0.4 released To coincide with the release of IronPython 2.0b4, NWSGI (http://codeplex.com/NWSGI) has been updated to version 0.4. This version also brings improvements to configuration and performance. IronPython itse

Re: [IronPython] NWSGI 0.4 released

2008-08-05 Thread Dino Viehland
Just out of curiosity what version of Django? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Hardy Sent: Tuesday, August 05, 2008 7:53 PM To: Discussion of IronPython Subject: [IronPython] NWSGI 0.4 released To coincide with the release of

[IronPython] NWSGI 0.4 released

2008-08-05 Thread Jeff Hardy
To coincide with the release of IronPython 2.0b4, NWSGI (http://codeplex.com/NWSGI) has been updated to version 0.4. This version also brings improvements to configuration and performance. IronPython itself has improved dramatically (kudos to the team for a fantastic job) and is now capable of run