That's good to know. You could take a look at this page: https://www.python.org/download/mac/tcltk/ to understand if there are Tcl/Tk issues related to your environment. This may solve the CPU issue ... am not sure.
On Sunday, July 31, 2016 at 8:50:07 PM UTC+5:30, St. Pirsch wrote: > > Hey Kiran, > you are right, without the GUI there's virtually no CPU load. I suppose > it's a general issue on mac. > Thank You ! > Am Sonntag, 31. Juli 2016 16:56:54 UTC+2 schrieb Kiran Subbaraman: >> >> Can you try running web2py without the GUI option `--nogui` >> python web2py.py --nogui --port= 8080 --ip=127.0.0.1 --password='<ask>' >> Command line options, in case you want to refer to them: >> http://www.web2py.com/books/default/chapter/29/04/the-core#Command-line-options >> >> Do you see the CPU issue with this? >> >> ________________________________________ >> Kiran Subbaramanhttp://subbaraman.wordpress.com/about/ >> <http://www.google.com/url?q=http%3A%2F%2Fsubbaraman.wordpress.com%2Fabout%2F&sa=D&sntz=1&usg=AFQjCNGCNBQZT62ec1gGm9BQ3W8oY8hVzA> >> >> On Sun, 31-07-2016 5:17 PM, St. Pirsch wrote: >> >> Yes, I'm running from source stp$ python2.7 >> /Users/stp/Sites/web2py/web2py.py >> After starting the server, the python process climbs to 100% cpu within >> a minute or so and stays there, even though the server is idle. >> The Task stats look like this: >> % cpu 99,93 >> Threads: 7 Readingacesses: 106 Ports: 167, CPU Time: 40:31,72 process >> changes: 216261 Errors: 10123684 Mach Syscalls: 63753 Unix syscalls: 187562 >> >> Am Samstag, 30. Juli 2016 20:22:17 UTC+2 schrieb St. Pirsch: >>> >>> Hi all, >>> running web2py.py 2.14.6 on a mac 10.11.6 gets me constantly a 100% cpu >>> usage on python. Is this a known issue & is there a solution? >>> Thanks - Stephan >>> >> -- >> Resources: >> - http://web2py.com >> - http://web2py.com/book (Documentation) >> - http://github.com/web2py/web2py (Source code) >> - https://code.google.com/p/web2py/issues/list (Report Issues) >> --- >> 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/d/optout. >> >> >> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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/d/optout.

