continuous Boinc communication

Fermat
Fermat
Joined: 22 Nov 05
Posts: 44
Credit: 1734217
RAC: 0
Topic 192103

I've a qn on Boinc, but can't find where to direct it. If anyone can point me in the right direction, or even answer it, I'd be grateful.
I've noticed that boincmgr.exe and boinc.exe are continuously sending and receiving data - a couple of hundred bytes/sec out and in for each task. I only process E@H. Boinc ver 5.4.11. What is the data that's going back and forth?

Mike

Metod, S56RKO
Metod, S56RKO
Joined: 11 Feb 05
Posts: 135
Credit: 810305895
RAC: 63803

continuous Boinc communication

Quote:
I've a qn on Boinc, but can't find where to direct it. If anyone can point me in the right direction, or even answer it, I'd be grateful.
I've noticed that boincmgr.exe and boinc.exe are continuously sending and receiving data - a couple of hundred bytes/sec out and in for each task. I only process E@H. Boinc ver 5.4.11. What is the data that's going back and forth?

It's the data you can see in boincmgr, such as state of tasks, progress of tasks, disk free, BOINC messages, ...

Metod ...

Pooh Bear 27
Pooh Bear 27
Joined: 20 Mar 05
Posts: 1376
Credit: 20312671
RAC: 0

To allow for the ability to

To allow for the ability to remotely control other machines with BOINC Manager, they have written it to talk to BOINC client over TCP/IP. This is normal communication of the client sending the manager the state of what is going on. BOINC Client can be run without the manager. I do that on most of my machines. It save the processing time of always updating the manager, and gives me a little more memory back. I only open the manager when I need to make some changes.

Fermat
Fermat
Joined: 22 Nov 05
Posts: 44
Credit: 1734217
RAC: 0

Thanks Metod, PB Pooh, that

Thanks Metod, PB
Pooh, that looks interesting. How do you close and reopen Boinc mgr?

Mike

Pooh Bear 27
Pooh Bear 27
Joined: 20 Mar 05
Posts: 1376
Credit: 20312671
RAC: 0

RE: Thanks Metod, PB Pooh,

Message 53226 in response to message 53225

Quote:
Thanks Metod, PB
Pooh, that looks interesting. How do you close and reopen Boinc mgr?


Depends on how you installed it. I installed all mine as a service, so BOINC client automatically starts at bootup. I took out BOINCMGR from the start up folder, and just run it manually when I need it. Then I use "File-Exit" to shut it down. If you installed it as a share or single user, then you need to change the startup folder to run BOINC (I am not sure what options you need, but I know you need some). I am unsure how stopping the manager when install in this fashion does to the client, but if you use the right options I believe it should stay running.

Fermat
Fermat
Joined: 22 Nov 05
Posts: 44
Credit: 1734217
RAC: 0

Thanks Pooh. Enough info

Thanks Pooh. Enough info there for me to experiment and figure it out for my setup.

Mike

Alinator
Alinator
Joined: 8 May 05
Posts: 927
Credit: 9352143
RAC: 0

It's easy enough to do for a

It's easy enough to do for a single or shared installation. All you need to do is remove the BOINC icon from the startup folder (save it somewhere for NT based Windows, you can disable it in msconfig for 9x).

Then start the Core Client from the Run dialog with:

\\boinc

If you want to be able to look at it from a different machine, add the switch:

-allow_remote_gui_rpc

to the command.

HTH,

Alinator

BTW, this is called command line mode (big surprise there :-) ). You exit BOINC with Ctrl Pause/Break, and can toggle between pause and run with Ctrl C. However there is a bug so the toogle only pauses but doesn't resume with the current recommended release. It is fixed in the 5.7.x Alphas.

AlphaLaser
AlphaLaser
Joined: 9 Aug 06
Posts: 3
Credit: 64409059
RAC: 0

Thanks for this tip Alinator,

Thanks for this tip Alinator, I hadn't discovered the CLI mode for Windows till now. It also seems that you need to add -detach to prevent the console window from showing up.

Alinator
Alinator
Joined: 8 May 05
Posts: 927
Credit: 9352143
RAC: 0

RE: Thanks for this tip

Message 53230 in response to message 53229

Quote:
Thanks for this tip Alinator, I hadn't discovered the CLI mode for Windows till now. It also seems that you need to add -detach to prevent the console window from showing up.

Thats correct. However, I find it easier (and a little safer) to leave the client attached to the console. The reason is it's a reminder to me to shutdown BOINC before logging off the account or powering down the host. The catch is exiting from BOINC Manager does not cause the client to quit in CLI mode. If it's detached from the console your only "safe" option is to send the --quit command from boinccmd (the console command interface utility). Killing the client from Taskmanager (or Shutting Down) may cause the currently running result to restart from scratch under some circumstances.

HTH,

Alinator

Note: This BOINC start/stop tip doesn't seem to be an issue with a Service install, just when running in CLI mode.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.