-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
29 lines (23 loc) · 801 Bytes
/
TODO
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
TODO
====
- put incoming messages of the MDS into a priority queue
- initial queue size is 3 times the number of DSs
- state updating messages must be processed with a higher priority
than executing commands
- use ZMQ.Socket.has_more to know if we can read more messages
- batch at most N messages before processing the state updates
first. Process messages immediately if less than N are available
PERFORMANCE
===========
- interesting worst case to test:
many hosts ask for the same small file at the same time
(if there is no load balancing, then the system behaves badly)
SECURITY
========
PUBLIC RELATIONS
================
- advertize first beta release on several mailing lists for
computational scientists
- comp. chem. ML
- open babel ML
- CCP4 ML