Kitware / light-viz

Scientific Visualization application for tailored post-processing relying on a ParaViewWeb backend.
https://kitware.github.io/light-viz/
BSD 3-Clause "New" or "Revised" License
20 stars 7 forks source link

problem on multiple user and multiple models #74

Closed wangmeng1991 closed 5 years ago

wangmeng1991 commented 5 years ago

multiple models problem description: when open two models (name Model A and Model B) at the same time, the first opened model (Model A) cannot be dragged any more. After refresh page of Model A, A can work but now Model B cannot be dragged.

multiple user problem description: when two clients (C1 and C2) view the same page, C1 open first and then C2 open, problem is almost the same as above. When C2 drag, C1 can see the same move.

How to avoid this problem? Thanks

wangmeng1991 commented 5 years ago

we are trying following this guide to solve multiple user problem but no result yet. But the multiple model problem seems no answer. https://kitware.github.io/paraviewweb/docs/multi_user_setup.html

jourdain commented 5 years ago

I am not sure to capture all the issues here, but it is true that if you have only one ParaView process serving all the clients, then it make sense that each client will edit the same session at the same time.

For the multi-model, I don't understand what you mean. Did you try ParaView-Visualizer?

The docker images used in that guide already have the setup of the launcher and so on. Maybe looking at those docker images or even using them directly could help?