Design Decisions (10)
should file sizes be required
- Problem: if file size not provide how much space to allocate?
- Can assign default, what if default exceeded?
- Can assign incremental default
- Problem: for srmPut
- What if “push” exceeds default
- How to kill writing process
- Choice: require file size
- Advanced: support unspecified file size