Are you accessing it from localhost? I suspect it is the browser which is using 100% of the CPU, not the server. Anyway, it is more efficient to use nginx or apache to serve static files, rather then web2py.
On Monday, 15 July 2013 10:25:25 UTC-5, Marian Siwiak wrote: > > Hello everybody, > > I have a problem, I have a huge database of png files, which need to be > accessed by users of my system, however, when I place them in 'static' > folder, web2py used 100 of my CPU (and it's not 286 architecture...). > Any advice? I never found a way to create links leading outside > application folder, but it would be a solution. > > Best regards, > Marian > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

