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. _______________________________________________ devl mailing list devl at freenetproject.org http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
