Get multiple struct definitions at once #9
-
Hi @jarabroz, Could you share how we can get multiple structs all at once? The equivalent of GetNodes() for RFEM5 so to say? I could do this but it seems slow:
[edit] [edit 2] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @michaelvantelgen-Arcadis, In the medium term, we do not plan to change it and implement get all and set_all. In WebService, objects need to be serialized to XML, sent via TCP/IP to application, received, deserialize from XML to an object. Then some validations and checks are run. If we make "batching" of objects, it cloud lead to some speed gain, but it still needs to make all the steps described. |
Beta Was this translation helpful? Give feedback.
Hi @michaelvantelgen-Arcadis,
In the medium term, we do not plan to change it and implement get all and set_all.
In WebService, objects need to be serialized to XML, sent via TCP/IP to application, received, deserialize from XML to an object. Then some validations and checks are run. If we make "batching" of objects, it cloud lead to some speed gain, but it still needs to make all the steps described.