mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Prime Sierpinski Project (https://www.mersenneforum.org/forumdisplay.php?f=48)
-   -   GUI for sieving (https://www.mersenneforum.org/showthread.php?t=4573)

Citrix 2005-08-29 06:26

GUI for sieving
 
Does anyone have any experience writting GUIs etc and networking. I want to write a wrapper program for the proth_Sieve that will allow it to be automated. (network client etc..)

Something like nfsnet's GUI would be nice.

Since I don't have all the expertise, may be as a team project, we can program it.

Any volunteers.

Citrix

Mystwalker 2005-08-29 08:57

Well, I've somewhen written a very basic client/server wrapper for the siever. It's a console application right now, but adding a GUI shouldn't be that hard. Implementing the applications model-view-controller style while improving it further would help, of course.

It's written in Java, thus there are no protability issues. As the networking does not take that much resources, there is no big gain in optimize it for low CPU consumption...

Citrix 2005-08-29 17:49

Why does your program use CPU at all? Its just the wrapper, proth_sieve should use most of the CPU!

Citrix

Mystwalker 2005-08-29 20:37

It uses the CPU because every program has to - even "Hello world". :wink:

Of course, the resources it takes are practically negligible.

Citrix 2005-08-29 20:47

So what do want to speed up in a hello world program? There is no computations involved. I don't see how you can slow or speed it up.

Citrix


All times are UTC. The time now is 16:42.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.