Project:
View Revisions: Issue #35482 | [ Back to Issue ] | ||
Summary | 0035482: MobileMainServerCheck should also use last ping approach | ||
Revision | 2017-03-10 14:29 by mtaal | ||
Description | The MobileMainServerCheck [1] class starts pinging the central server when it is offline. This can overflow the central server when it gets back online (all store servers ping it then). Therefore the idea is to let the MobileMainServerCheck also use the lastping approach. It continuously checks if a last ping was received from the main server. Also the MobileServerStatusInformation [2] should have some code to check that it is only called on the store server, so it should not be called/executed on the central server, it should be called from the central server. [1] https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/file/9df8c77e1fd8/src/org/openbravo/mobile/core/servercontroller/MobileMainServerCheck.java [^] [2] https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/file/9df8c77e1fd8/src/org/openbravo/mobile/core/servercontroller/MobileServerStatusInformation.java#l37 [^] |
||
Revision | 2017-03-10 14:23 by mtaal | ||
Description | The MobileServerStatusInformation [1] webservice should only be called from the central server to the store server. We need to add some log code that logs a warning if it is called in another way. [1] https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/file/9df8c77e1fd8/src/org/openbravo/mobile/core/servercontroller/MobileServerStatusInformation.java#l37 [^] |
Copyright © 2000 - 2009 MantisBT Group |