首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > unidist

unidist

  • 资源大小:76.04 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

unidist resources consists of: SharedLocks: to ensure resource control can be limited, and confirm resources are being used. State is never saved for process restarts. Locks are lost. SharedCounters: to track values of interest to different threads, updated in an atomic fashion. Usable as unique ID incrementors and thread safe. State can be saved for process restart, snapshotting only. SharedState: to track data in buckets in a thread-safe manner. Shared state allows disperate threads to use each other"s information, safely. State can be saved for process restart, archival method and snapshotting is available. MessageQueues: inter-thread communication or delayed processing. Thread safe and can be stored to disk for restart survival. Storage methods include archive and snapshotting, and can be tuned. Thread Safe Dictionary: used as a core part of all thread-safe operations, t
VIP VIP
0.182945s