Hi Luciano, You said that right, web2py has a great community :) .. welcome aboard. I'm sure you will find web2py a superb web development framework. I have been using web2py casually for the last one year or so, and on a serious basis for the last 2 months. If you are happy about the inbuilt cron i think you will be overjoyed when you check out the in built scheduler :D take a look at: http://web2py.com/books/default/chapter/29/4?search=scheduler#Scheduler-(experimental) http://web2py.com/books/default/chapter/29/8?search=scheduler
and watch this video: http://vimeo.com/27478796 I Personally think the web2py documentation (the book) is a great resource. A new CookBook is being published by PacktPub And as you rightly pointed out, the google group is one of web2py's biggest strengths. On Feb 26, 3:29 pm, Luciano Pacheco <[email protected]> wrote: > Hi all, > > I joined the group yesterday. > > I've started a small project and in my point of view web2py fits perfectly > in this case. > > The client want: > > Port a player management to Linux. > > A player that handles music and database update through FTP downloads, > handles the playlist based in programs/schedules sent and stored in > database. > > Management interface to handle some configurations (like FTP servers, > schedule updates and others). > > Handle backups (data and application). > > And the first feature that made me chose web2py, easy deployment. > > As the application doesn't have to handle a lot of users, the Rocket server > is more than enough to handle threads to communicate with background > player, ftp and management interface. > > I'm very happy to have found a built-in cron on web2py so I can focus in > other features instead of build my own scheduler. :-) > > Also the new scheduler seems useful for the FTP update task. > > For keep the player working I start a thread (on demand) and it has worked > well, I'll send a specific mail to show the idea and get some feedback. > > So far, I found the documentation in web2py community not so well organized > and but this list (and web2py-dev) seem to be very worth, as far as I > navigated in the archives. > > I've been working with Django and before I worked with Plone. I started to > play with Python occasionally in 2005 and since 2008 I've been working only > with it. :-) > > I looking forward to help the community. :-) > > Regards, > -- > Luciano Pacheco > blog.lucmult.com.br

