File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 242
242
% % function must be provided with a generator that produces ref count
243
243
% % deltas for all recovered messages. This is only used on startup
244
244
% % when the shutdown was non-clean.
245
- % %
246
-
247
- % % @todo Heh? Is that something real? Double check if that actually exists/existed and whether it matters.
248
- % % Read messages with a reference count greater than one are entered
249
- % % into a message cache. The purpose of the cache is not especially
250
- % % performance, though it can help there too, but prevention of memory
251
- % % explosion. It ensures that as messages with a high reference count
252
- % % are read from several processes they are read back as the same
253
- % % binary object rather than multiples of identical binary
254
- % % objects.
255
-
256
245
% %
257
246
% % Reads are always performed directly by clients without calling the
258
247
% % server. This is safe because multiple file handles can be used to
You can’t perform that action at this time.
0 commit comments