Commit Graph

8 Commits

Author SHA1 Message Date
zolliker 1201801170 break busy loop blocking the server
- Use gevent.sleep with a tiny value after a message has been
  received instead of no call to sleep at all. This was the
  reason for the webserver to block when used with prep8
  and the leiden dil with a lot of data
- move gevent.monkey.patch_all() to secop-webserver
- properly close clients
2026-05-04 13:19:33 +02:00
zolliker cdd5f60e14 us 'this' for main instrument 2026-03-19 11:37:52 +01:00
zolliker 0e8ad84570 change sys.path
+ some other stuff
2026-02-18 16:43:19 +01:00
zolliker 2ed1e3c292 instrument=main: for multiple instruments (on linse-c) 2025-05-20 15:10:19 +02:00
zolliker 6390d37ab4 add usual locations of sehistory and frappy to sys.path 2025-05-20 10:30:00 +02:00
l_samenv 9f5ae58b9b rework of the server side
main change: the same server may be used for several instruments

- client classes are 'Interactors' dealing with the parameters etc.
- methods from history are added to the clients
+ improvements on the js client side
2025-03-19 08:37:58 +01:00
zolliker 7736e0f7e3 move classes using influx from secop to influxgraph
+ fix parameter change command in secop
2024-10-23 16:34:12 +02:00
l_samenv 9cee5ad9bf add secop-webserver binary 2024-10-23 13:53:54 +02:00