Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to Synchronize the output of 2 FileSystemWatcher
    primarykey
    data
    text
    <p>I have instantiated 2 FileSystemWatcher, what I would like now is to synchronized the two filesystemwatcher. As of now here is an example output of logs: (Note the change of format refers to the other FSM vice versa)</p> <pre><code>Dec 15 15:28:19,8167876|: INFO |Web server call start_device_discovery() for: 10.191.20.0 Dec 15 15:28:19,8167876|: START | Device discovery started for: 10.191.20.0 Dec 15 15:28:19,9261472|: INFO |Discovery is active for: NET_10.191.20.0_24 Dec 15 15:28:20,1136208|: INFO |Device discovered from NET_10.191.20.0_24 BaseModelName: "TASKalfa 250ci", ModelName: "TASKalfa 250ci", MoName: "TASKalfa 250ci" Dec 15 15:28:20,3948312|: INFO |Device discovered from NET_10.191.20.0_24 BaseModelName: "FS-C2626MFP", ModelName: "FS-C2626MFP", MoName: "FS-C2626MFP" Dec 15 15:28:20,4260768|: INFO |Device discovered from NET_10.191.20.0_24 BaseModelName: "FS-3640MFP", ModelName: "FS-3640MFP", MoName: "FS-3640MFP" Dec 15 15:28:20,5198136|: INFO |Device discovered from NET_10.191.20.0_24 BaseModelName: "TASKalfa 7550ci", ModelName: "TASKalfa 7550ci", MoName: "TASKalfa 7550ci" Dec 15 15:28:20,6135504|: INFO |Device discovered from NET_10.191.20.0_24 BaseModelName: "FS-C2626MFP", ModelName: "FS-C2626MFP", MoName: "FS-C2626MFP" 2011-12-15 15:28:19,785| INFO | NetworkList - setStartDiscovery - Starting point 2011-12-15 15:28:19,785| INFO | NetActionProvider - performAction - JYR 2011-12-15 15:28:19,785| INFO | NetActionProvider - ATN_DISCOVERY_START 2011-12-15 15:28:19,785| INFO | SNMPDiscovery - Starting discovery for NET_10.191.20.0_24. </code></pre> <p>Kindly look closely at their time. The statement with 15:28:19,8167876ms was first outputted before 15:28:19,785ms</p> <pre><code>Dec 15 15:28:19,8167876|: INFO |Web server call start_device_discovery() for: 10.191.20.0 2011-12-15 15:28:19,785| INFO | NetworkList - setStartDiscovery - Starting point </code></pre> <p>What I would like to do is somehow try to sync these 2 watchers. Any ideas? Thanks ahead.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload