The current web interface of openerp still uses cherrypy (I made the first working branch to move openerp away from TG1/Kid, replacing with mako templates and upgrading to cherrpy v2). I'm currently working on a new mobile web interface for openerp that uses pylons. https://code.launchpad.net/~david.j-almacom/openobject-client-mobile/openerp_mobile
David On Sep 30, 9:04 pm, John_Nowlan <[email protected]> wrote: > I don't see openerp listed > onhttp://wiki.pylonshq.com/display/pylonscommunity/Sites+Using+Pylons > But I did > find:http://rvalyi.blogspot.com/2009/08/openerp-vs-adempiere-open-letter-t..., > which mentions the switch you talk about. > > I just came across openerp yesterday, and am looking into it. If anyone has > used it or openobject and has more pointers to useful, technically slanted, > info I'd like to hear. > > I find it kind of funny that I haven't seen 'openerp' on the mailing list but > maybe they have their reasons... > > > -----Original Message----- > > From: [email protected] [mailto:pylons- > > [email protected]] On Behalf Of mickgardner > > Sent: Wednesday, September 30, 2009 12:30 AM > > To: pylons-discuss > > Subject: Re: Is pylons the right framework forERPlike Web apps? - tinyerp > > openerp > > > Just thought i'd add... > > > My understanding is that openerp (nee 'tinyerp') uses pylons now. It > > used to use turbogears. > > > Michael > > > On Sep 29, 5:30 pm, Krishnakant <[email protected]> wrote: > > > On Tue, 2009-09-29 at 07:57 +0100, Graham Higgins wrote: > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > Hash: SHA1 > > > > > Hi > > > > On 28 Sep 2009, at 21:19, Krishnakant wrote: > > > > > > I would like to know whether pylons can be choosen for a web > > > > > application > > > > > involving heavy load resulting from a lot of requests and form based > > > > > data submission and dynamic updates? > > > > > There's no a priori reason why not, Reddit runs off've a modded Pylons > > > > installation. But your mileage is going to vary with your definition > > > > of "heavy" and "a lot".http://www.car.grisanother Pylons site that > > > > is generally agreed to handle "a lot" of traffic. > > > > > I recommend spending some time getting a sense of the kind of problems > > > > that come with high traffic: > > > > Actually the application will involve a lot of requests. Creating > > > > vouchers > > around 100 per hour is the kind of load involved. > > > > Creating vouchers will involve a form where all the accounts in the > > > database are listed. The user then credits one or more accounts and the > > > same amount will be debited from one ore more accounts. > > > The current balance of a given set of accounts should be available > > > add-hock as soon as it is selected for the transaction. > > > at one time more than 10 people might be issuing such vouchers and at > > > times the system will sit idal doing nothing at all. > > > Once or twice a day, the accountant would generate reports on the > > > opening stock or closing stock of inventory and also daily sales reports > > > etc. > > > This will involve a lot of calculations at the server side. > > > Another aspect is the on-line banking which will have a slightly more > > > trafic and more data to serve, at times about 25 + requests every second > > > and add to it there will be lots of accounts and many different > > > transactions going on all the time. > > > > This is the entire situation which the application will face. > > > > Happy hacking. > > > Krishnakant. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
