Goran Thyni writes: > On Thu, Aug 22, 2002 at 04:25:04PM -0700, Ian Clarke wrote: > > We need a command line client which we can recommend that people use > > for Freesite insertion. People *are* inserting Freesites, the > > question is what they are using to do it. > > a patch to fcpputsite has circulated on frost: > > in insertFreesite.c, line 392 change: > > crLaunchThread(putsiteThread, (void *) jptr); > > to: > > putsiteThread((void*)jptr); > > This "serializes" the insert process, > it is slower but it works very good.
Yes, the entire FCPlib thread management is hit-or-miss. Also, a single-insert-at-a-time works better for Fred since it dosn't get overloaded and start rejecting all connections. --Dan _______________________________________________ devl mailing list devl at freenetproject.org http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
