Hello,
the 2 tables are filled by my specific validator, don't know how to make
this generic.
The table structure is:

CREATE TABLE `work_user` (
  `id` int(11) NOT NULL,
  `appid` int(11) NOT NULL,
  `wus` int(11) NOT NULL default '0',
  `credit` double NOT NULL default '0',
  PRIMARY KEY  (`id`,`appid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

CREATE TABLE `work_team` (
  `id` int(11) NOT NULL,
  `appid` int(11) NOT NULL,
  `wus` int(11) NOT NULL default '0',
  `credit` double NOT NULL default '0',
  PRIMARY KEY  (`id`,`appid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;


Phil wrote:
> Yoyo,
>
> would you be interested in applying a modified or otherwise version of
> your code which would be generic?
>
> Phil
>
> On Sun, Aug 9, 2009 at 12:22 AM, David Anderson
> <[email protected] <mailto:[email protected]>> wrote:
>
>     If anyone wants to write the code to keep track of
>     credit per application, I'll add it to BOINC.
>     -- David
>
>
>     Phil wrote:
>
>         The Primegrid and y...@home projects provide an extra level of
>         statistical
>         detail with subproject credit breakdown and an associated
>         export file for
>         this http://www.primegrid.com/stats/
>
>         I assume it entails an extra table(s) and code changes to
>         populate the
>         table.
>
>         I've asked World Community Grid if they can produce an
>         equivalent, seeing as
>         they have subprojects -
>         
> http://www.worldcommunitygrid.org/forums/wcg/viewthread?thread=26299&lastpage=yesand
>         
> <http://www.worldcommunitygrid.org/forums/wcg/viewthread?thread=26299&lastpage=yesand>
>         they have asked if the code changes are integrated into the BOINC
>         server. Is there any interest in integrating them in a way
>         that allows them
>         to be switched on if subprojects are utilized at all ?
>
>         Phil
>
>
>
>
>
> -- 
> Distributed Computing stats
> http://stats.free-dc.org

-- 
Rate Me <http://boinc.ssl.berkeley.edu/help_vol.php?volid=29>,  MySkype
(yoyo_rkn)Skype Me™! <skype:yoyo_rkn?chat> , myICQ 139003243 , myIRC
<irc://irc.euirc.net/rechenkraft>
------------------------------------------------------------------------
Rechenkraft.net e.V. <http://www.rechenkraft.net> - Verein zur Förderung
von Bildung, Forschung und Wissenschaft durch Einsatz vernetzter Computer
weitere interessante Projekte
<http://www.rechenkraft.net/wiki/index.php?title=Projekt%C3%BCbersicht>und
Hilfe <http://www.rechenkraft.net/phpBB/viewforum.php?f=19>auf unserer
Webseite www.Rechenkraft.net <http://www.rechenkraft.net> und im Chat
<irc://irc.euirc.net/rechenkraft>
------------------------------------------------------------------------
Rechenkraft.net - Germany's largest distributed computing community. We
make those things possible that supercomputers don't.

_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Reply via email to