2009/7/1 Misael Zapata <[email protected]>: > Hi Guys, > > I'm trying to move a site that I've made some years ago in php to webpy. In > this site i'm able to control some things to avoid issues with the server, > like bandwith usage and download speed using some simple scripts. > > In php is quite easy to do, there are lot of recipes, but I can't find any > with web.py. I would like to implement the same functions that i have with > php, like resuming, download speed control and all that stuff to respecto > the ToS of my ISP. > > Do you know how to do it? I'm stuck with that, totally!
You can probably achieve that by configuring lighttpd to throttle bandwidth. http://www.cyberciti.biz/tips/lighttpd-set-throughput-connections-per-ip.html Anand --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
