Commit a1a256b
authored
Efficient Network Streamer for MOOSE (#352)
* This version shows images perfectly well. do not use timestamp since their value
will not compare with timestamp of artifacts on different machines.
* Temp commit.
* CTRL+C is still not behaving well.
* Socket information is separated and stored in one class.
* os.file.isfile does not work with UNIX_DOMAIN_SOCKET. use os.path.exists.
* Working version. Good for demo.
* Updated a little.
* Streaming is now flawless.
* passes.
* Local tests passes.
* Good for demo.
* Squashed commit of the following:
commit 33fd75bf051e4799d2c37d3dc6cd59d3bbd73f42
Author: Dilawar Singh <[email protected]>
Date: Sat Feb 9 17:48:43 2019 +0530
Working fantastically with multiprocessing.
commit 3fd5a8724e7b9cc0c681f44f4019ecb3844129eb
Author: Dilawar Singh <[email protected]>
Date: Sat Feb 9 16:29:59 2019 +0530
Split connect and stream function into two.
* A decent working version.
* updated a little bit more.
* Small simulation do not steam all the data. Large simulations are
working fine.
* Working version. May be SocketStreamer is ticking too fast.
* faster tests; non-blocking client.
* use absolute import | python3 error in build.
* folder name changed for reflect if PYTHON3 is being used.
* Added some delay after start()
* Fixes for OSX.
* The last table is allowed to have slightly fewer elements.
* Some more improvement.1 parent 0f34490 commit a1a256b
File tree
27 files changed
+1092
-674
lines changed- .travis
- basecode
- builtins
- pymoose
- python/moose
- scheduling
- shell
- tests/python
- utility
27 files changed
+1092
-674
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
0 commit comments