Changes between Version 29 and Version 30 of CloudNativeRenew
- Timestamp:
- Mar 29, 2021, 5:06:35 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CloudNativeRenew
v29 v30 4 4 Its intended use is the deployment in cloud environments without direct administrative access to the system itself. 5 5 Our current implementation is based on Renew 4.0 (see http://www.renew.de) 6 7 Cloud Native Renew offers the following features: 8 * **Upload of net systems** 9 * **Start and control of simulations remotely via HTTP** 10 * **Extending the functionality of ''a running simulator on-the-fly''** 11 * **Provision of health and other metrics** 6 12 7 13 The approach is in line with other related contributions, such as RenewKube and PetriNetSagas. … … 13 19 == Features == 14 20 Cloud Native Renew offers the following features.\\ 15 It is assumed, that the system is up and running, to do so on your own, [#download download] Cloud Native Renew and follow the [#install installation instructions] further down the page. 21 It is assumed, that the system is up and running.\\ 22 To do so on your own, [#download download] Cloud Native Renew and follow the [#install installation instructions] further down the page. 16 23 17 24 For all examples it is assumed, that the service is running on localhost on port 8085. If you set it up otherwise than suggested in the [#install installation instructions], please use the corresponding URL you've set up instead.\\ … … 65 72 66 73 67 === Extending the simulator on thefly ===74 === Extending the simulator on-the-fly === 68 75 Running a primality test within a reference net structure is not optimal, as reference nets are optimized to model complex, hierarchical structures and not simple computations. 69 76 Therefore it may be desirable to move the computation to a separate plugin, that can be loaded.