1. CPU percent + 64-bit support
- Posted by Tapani Talvitie <tapani.talvitie at gmail.com> Jan 01, 2007
- 560 views
(sorry if you get this twice, I tried to sent this as e-mail to EUForum at topica.com but it didn't seem to go trough) Hi all! Is there a way in Eu proggie written for Windows and/or Linux to detect how much CPU it's using and possible limit the usage for example to max. 70%? Is Euphoria going to have support for 64-bit Win and Linux? PS. It's great that Eu is now free and open source! I hope it will help to spread this great programming language for larger masses :) I was thinking to buy the latest version, but now that it's free decided to make a donation :) Best regards, -- Tapani Talvitie
2. Re: CPU percent + 64-bit support
- Posted by Larry Miller <larrymiller at sasktel.net> Jan 01, 2007
- 576 views
Tapani Talvitie wrote: > > (sorry if you get this twice, I tried to sent this as e-mail to EUForum at > topica.com > but it didn't seem to go trough) > > Hi all! > > Is there a way in Eu proggie written for Windows and/or Linux to detect how > much CPU it's using and possible limit the usage for example to max. 70%? > > Is Euphoria going to have support for 64-bit Win and Linux? > > PS. It's great that Eu is now free and open source! I hope it will help to > spread > this great programming language for larger masses :) I was thinking to buy the > latest version, but now that it's free decided to make a donation :) > > Best regards, > -- Tapani Talvitie Under Windows the API function GetProcessTimes() would make it possible to determine CPU usage (Not with Win9x). A far as I know no Windows desktop OS supports CPU quotas although it was supported on Windows2000 Datacentre Server. It may be supported in Vista. Some third party software does offer this feature. Linux support ? A properly written Euphoria program should run under a 64 bit OS but there is currently no other support. Larry Miller
3. CPU percent + 64-bit support
- Posted by Tapani <tapani.talvitie at gmail.com> Jan 02, 2007
- 558 views
This is a multi-part message in MIME format. --------------070003090800000708070605 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi all! Is there a way in Eu proggie written for Windows and/or Linux to detect how much CPU it's using and possible limit the usage for example to max. 70%? Is Euphoria going to have support for 64-bit Win and Linux? PS. It's great that Eu is now free and open source! I hope it will help to spread this great programming language for larger masses :) I was thinking to buy the latest version, but now that it's free decided to make a donation :) Best regards, -- Tapani Talvitie --------------070003090800000708070605 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-1"><font face="Verdana">Hi all!<br> <br> Is there a way in Eu proggie written for Windows and/or Linux to detect how much CPU it's using and possible limit the usage for example to max. 70%?<br> <br> Is Euphoria going to have support for 64-bit Win and Linux?<br> <br> PS. It's great that Eu is now free and open source! I hope it will help to spread this great programming language for larger masses :) I was thinking to buy the latest version, but now that it's free decided to make a donation :)<br> <br> Best regards,<br> -- Tapani Talvitie<br> </font></font> </body> </html> --------------070003090800000708070605--
4. Re: CPU percent + 64-bit support
- Posted by CChris <christian.cuvier at agriculture.gouv.fr> Jan 03, 2007
- 550 views
Tapani wrote: > > This is a multi-part message in MIME format. > --------------070003090800000708070605 > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > Content-Transfer-Encoding: 7bit > > Hi all! > > Is there a way in Eu proggie written for Windows and/or Linux to detect > how much CPU it's using and possible limit the usage for example to max. > 70%? > You may wish to look at the API wrapped in "Process Viewer" by Pete Stoner, in the Archive. HTH CChris