My site is probably the largest site using web2py at this time. https://secure.youadworld.com/ ignore the security warning we are getting the new certificates up today.
This site has: Binary tree with over 50,000 nodes Ad viewer Custom shopping system MLM Bonus structures Customer support engine yellow pages type of site engine Customer rating/review/shopping engines for each business in the youad directory (yellow pages) Daily bonus calculations Monthly bonus calculations Completely customized admin section for advertisement resource management: ad.youadworld.com And a lot more. Handles over 5 - 10 million inserts into the db per day Has over 1 million ad views a day Has had over 500,000 product orders Is being hit with over 5000 concurrent users per second at times Seeing well over 20 million page views a day. The biggest issue I am facing is scaling to handle 20,000 + concurrent users per second. When we have 3,000 even with 3 front end servers and 3 database servers things slow down allot. On Tue, Jul 3, 2012 at 10:47 AM, ANIKET KADAM <[email protected]>wrote: > hello again i m googling a web much about web2py i have used it to make > simple app from http://killer-web-development.com/ just to get the taste > of it, but can we create a website like ( Scribd / Slideshare / youtube etc > i mean big / large) > > > On Tue, Jul 3, 2012 at 10:15 PM, Bruce Wade <[email protected]> wrote: > >> Well that depends, if you mean master it in knowing how to create models, >> views, and actions, how urls map, ajax etc... then it will take 1) As long >> as it takes you to read through the manual. 2) As long as it takes you to >> practice what you learned. >> >> Using web2py is probably the easier python framework to use. >> >> For example if you want a site map like: >> /about >> /contact >> /special >> >> In applications/welcome/default.py create 3 functions: >> def about(): >> return dict() >> >> def contact(): >> return dict() >> >> def special(): >> return dict() >> >> now going to >> http://127.0.0.1:8000/about >> http://127.0.0.1:8000/contact >> http://127.0.0.1:8000/special >> >> will all work. >> >> On Tue, Jul 3, 2012 at 10:36 AM, ANIKET KADAM >> <[email protected]>wrote: >> >>> thank you bruce but how much time period is needed to master web2py >>> >>> >>> On Tue, Jul 3, 2012 at 10:02 PM, Bruce Wade <[email protected]>wrote: >>> >>>> No if you know HTML/CSS/Javascript you can do whatever you want to the >>>> frontend very easily. >>>> >>>> On Tue, Jul 3, 2012 at 10:28 AM, ANIKET KADAM < >>>> [email protected]> wrote: >>>> >>>>> is it very difficult to customize front end in web2py? >>>>> >>>>> >>>>> On Tue, Jul 3, 2012 at 9:54 PM, Bruce Wade <[email protected]>wrote: >>>>> >>>>>> LOL all of web2py is python. I think he meant you don't need to have >>>>>> a master level at python to use web2py for most basic projects. >>>>>> >>>>>> >>>>>> On Tue, Jul 3, 2012 at 10:24 AM, ANIKET KADAM < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> u mean in web2py a very little python is used ( above sentence is my >>>>>>> typo error ) >>>>>>> >>>>>>> >>>>>>> On Tue, Jul 3, 2012 at 9:53 PM, ANIKET KADAM < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> u mean in web2py a very python is used >>>>>>>> >>>>>>>> >>>>>>>> On Tue, Jul 3, 2012 at 8:56 PM, pbreit <[email protected]>wrote: >>>>>>>> >>>>>>>>> Very little. The Book's Python overview should be sufficient to >>>>>>>>> get going and create most apps: >>>>>>>>> http://web2py.com/books/default/chapter/29/2 >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> -- >>>>>> Regards, >>>>>> Bruce Wade >>>>>> http://ca.linkedin.com/in/brucelwade >>>>>> http://www.wadecybertech.com >>>>>> http://www.fittraineronline.com - Fitness Personal Trainers Online >>>>>> http://www.warplydesigned.com >>>>>> >>>>>> >>>>> >>>> >>>> >>>> -- >>>> -- >>>> Regards, >>>> Bruce Wade >>>> http://ca.linkedin.com/in/brucelwade >>>> http://www.wadecybertech.com >>>> http://www.fittraineronline.com - Fitness Personal Trainers Online >>>> http://www.warplydesigned.com >>>> >>>> >>> >> >> >> -- >> -- >> Regards, >> Bruce Wade >> http://ca.linkedin.com/in/brucelwade >> http://www.wadecybertech.com >> http://www.fittraineronline.com - Fitness Personal Trainers Online >> http://www.warplydesigned.com >> >> > -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.fittraineronline.com - Fitness Personal Trainers Online http://www.warplydesigned.com

