On Monday 14 October 2002 22:40, you wrote: > On Monday 14 October 2002 18:30, you wrote: > > > This parameter should be set by the installer, > > > >assuming that we do not > > want to use the datastore for this. I am uncertain what the default "1" > > is supposed to mean: one byte? > > It is the number of decoder or encoder plugin-instance to keep to cache. > The default value of 1 should be fine in most circumstances. Let me try that again in english...
It is the number of decoder or encoder plugin instances to cache. The default value of 1 should be fine in most circumstances. The issue is that the FCP FEC commands are pretty granular. Typically client code will make several calls in succession which all use an encoder/decoder with the same configuration. The implementaion avoids potentially time consuming codec initialization by caching the last used instance(s). Unless the system is doing multiple concurrent encodes/decodes often (rare), caching a single instance is enough. > > _______________________________________________ > devl mailing list > devl at freenetproject.org > http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl _______________________________________________ devl mailing list devl at freenetproject.org http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
