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.gris another 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 -~----------~----~----~----~------~----~------~--~---
