Re: [qooxdoo-devel] JSON-RPC with web2py

2009-04-22 Thread Stefan Volbers
Andreas Junghans wrote: >> Request objects should only be used for a single request, so make sure >> to instantiate them fresh for each I/O request. > > Alexei was talking about Rpc instances, not request instances. Rpc > instances can - and should - be reused for many (and also concurrent) >

Re: [qooxdoo-devel] JSON-RPC with web2py

2009-04-22 Thread Andreas Junghans
Hi there, Am 22.04.2009 um 10:26 schrieb thron7: > Alexei Vinidiktov wrote: >> On a related note, should each remote call use a separate >> qx.io.remote.Rpc variable, or can one be declared for the whole class >> and be reused? >> >> In the code that I posted in my first email I used a separate >

Re: [qooxdoo-devel] JSON-RPC with web2py

2009-04-22 Thread Alexei Vinidiktov
On Wed, Apr 22, 2009 at 4:26 PM, thron7 wrote: > > > Alexei Vinidiktov wrote: >> Hi Fabian, >> >> Thanks for your reply. >> >> The problem isn't manifesting any more. I haven't done anything for it >> to go away but I'm glad it has. >> >> On a related note, should each remote call use a separate >

Re: [qooxdoo-devel] JSON-RPC with web2py

2009-04-22 Thread thron7
Alexei Vinidiktov wrote: > Hi Fabian, > > Thanks for your reply. > > The problem isn't manifesting any more. I haven't done anything for it > to go away but I'm glad it has. > > On a related note, should each remote call use a separate > qx.io.remote.Rpc variable, or can one be declared for the w

Re: [qooxdoo-devel] JSON-RPC with web2py

2009-04-22 Thread Alexei Vinidiktov
Hi Fabian, Thanks for your reply. The problem isn't manifesting any more. I haven't done anything for it to go away but I'm glad it has. On a related note, should each remote call use a separate qx.io.remote.Rpc variable, or can one be declared for the whole class and be reused? In the code tha

Re: [qooxdoo-devel] JSON-RPC with web2py

2009-04-21 Thread Fabian Jakobs
Hi Alexei, I see nothing wrong with your code. I have no idea why you see this behavior. Maybe it has something to do with your caching configuration. Does it also happen if you completely disable caching in your browser? Just a wild guess. Best Fabian > Hi, > > I'm new to qooxdoo and web app

[qooxdoo-devel] JSON-RPC with web2py

2009-04-16 Thread Alexei Vinidiktov
Hi, I'm new to qooxdoo and web app development in general. I'm using qooxdoo 0.8.2 on Windows XP SP3 with Python 2.5.2. I'm trying to figure out how to use qooxdoo with the web2py Python based framework on the server side. I'm using the native jsonrpc service provided by web2py. I've managed to