Ticket #226 (closed defect: invalid)

Opened 2 years ago

Last modified 1 year ago

Client detection problem

Reported by: pwnchu Assigned to: uncle_fungus
Priority: trivial Milestone: 2.3.99.4
Component: Monitoring system Keywords:
Cc:

Description

1. Open a client twice. 2. Close the first one. 3. FahMon? will show a red box for the client, as it thinks it is turned off. F5 or reloading FahMon? does nothing. You must shut down the client and load it again.

Change History

11/12/10 09:07:30 changed by uncle_fungus

  • status changed from new to closed.
  • resolution set to invalid.
  • milestone changed from 2.4.0 to 2.3.99.4.

From your description this is not a problem, this is user error.

A single client instance should never be started twice, as two cores will launch independently working on the same data.

In this case what happens is the first client starts writing to FAHlog.txt, and the second starts writing to FAHlog2.txt

FahMon? only reads from FAHlog.txt as it is the only file that the client should be writing to.