Replies: 1 comment 4 replies
-
Have a look here: opcua-asyncio/asyncua/server/address_space.py Line 589 in 12c0e7a There are already mechanism for such a purpose (but I don't know how good they work atm). Perhaps this is something you are looking for. Just out of interest: How many nodes are you talking about? Round about? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all together,
my current project constists of creating many, many nodes to a server. The normal startup of my server takes around 10 to 15 minutes and I want to use the same code for another 20 instances. So the final time I need to startup my server setup would take several hours.
Does one of you tried to use pickle for the server?
I would create all the nodes I need for the whole server stuff and save / load a pickle.
I know of the possibility to export and import xml files but it would take again lots of processing time, right?
I currently use the sync wrapper for my project and would like to just load a saved pickle of the server. I did not try it yet, just wanted to ask if there is some experience about that.
Beta Was this translation helpful? Give feedback.
All reactions