![]() |
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 |
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... |
Why does your program use CPU at all? Its just the wrapper, proth_sieve should use most of the CPU!
Citrix |
It uses the CPU because every program has to - even "Hello world". :wink:
Of course, the resources it takes are practically negligible. |
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.