Update of /cvsroot/sitesampler/sitesampler/support
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29972/support
Modified Files:
sitesampler.schema.sql statd.pl
Log Message:
changes to the SiteSampler::Agent object such that the report object returned from the report method is the same object returned from the report method of the project object. also removed some extraneous stuff from the schema sql file added the ability to fork the processing of stats off to its own process if necessary
Index: statd.pl
===================================================================
RCS file: /cvsroot/sitesampler/sitesampler/support/statd.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** statd.pl 18 Jul 2005 01:36:40 -0000 1.2
--- statd.pl 22 Jul 2005 03:42:18 -0000 1.3
***************
*** 18,22 ****
my($ss) = @_;
for my $agent ($ss->core->agents){
! $agent->process_forked(1);
$agent->update_stats;
}
--- 18,22 ----
my($ss) = @_;
for my $agent ($ss->core->agents){
! $agent->process_forked(0);
$agent->update_stats;
}
Index: sitesampler.schema.sql
===================================================================
RCS file: /cvsroot/sitesampler/sitesampler/support/sitesampler.schema.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** sitesampler.schema.sql 6 Jul 2005 12:24:36 -0000 1.2
--- sitesampler.schema.sql 22 Jul 2005 03:42:17 -0000 1.3
***************
*** 3,10 ****
--
- SET client_encoding = 'SQL_ASCII';
- SET check_function_bodies = false;
- SET client_min_messages = warning;
-
--
-- Name: SCHEMA public; Type: COMMENT; Schema: -; Owner: postgres
--- 3,6 ----
|