ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/rootfilter/Makefile
Revision 1.7 - (view) (annotate) - [select for diffs]
Mon May 5 22:05:14 2003 UTC (21 years ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +3 -2 lines
Diff to previous 1.6
Tidy up of the client interface code - more commonly known as the
"right hand side of the server". Right since the start the filter
side of the server has been nice and tree like - every Filter sent
data to another Filter. At the top of the tree there was a "special"
Filter known as the RootFilter, which to the other Filters just
looked like a normal Filter. This was nice, and simple, and expandable.

The Client Interface on the other hand was messy. The root filter
had some hacky wrapper threads which pulled from a queue and pushed
to the relevant client interfaces (one for real time stuff, and the
other for databases). There was no simple room for expandability -
it was all hardwired to do just what was needed at the time.

This commit changes that. A Client Interface now connects to another
Client Interface, with a special one being found in the RootFilter
(yes, maybe that needs a name change now :-). So we can chain client
interfaces, and move other bits and bobs around in the server - for
example, alerting no longer needs to be connected to the Client
Interface, it can connect straight to the RootFilter (or, wherever
the config tells it ;).

Hopefully this sanitizes the underlying layout of the server a bit.

As a final note, I dropped the DBInterface. This used to insert
data in to a MySQL database. We've long since stopped using that,
and it's fallen behind and is way out of date. For now, it's gone
in to the attic.

Revision 1.6 - (view) (annotate) - [select for diffs]
Tue May 29 17:02:35 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
Major change in the java package naming. This has been held off for some time
now, but it really needed doing. The future packaging of all i-scream products
will be;

uk.org.iscream.<product>.<subpart>.*

In the case of the central monitoring system server this will be;

uk.org.iscream.cms.server.*

The whole server has been changed to follow this structure, and tested to a
smallish extent. Further changes in other parts of the CMS will follow.

Revision 1.5 - (view) (annotate) - [select for diffs]
Wed Mar 14 23:25:29 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

Revision 1.4 - (view) (annotate) - [select for diffs]
Tue Jan 2 03:19:13 2001 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Added CIWrapper and removed the RootFilterThread.

Revision 1.3 - (view) (annotate) - [select for diffs]
Wed Dec 13 18:34:31 2000 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.2: +11 -24 lines
Diff to previous 1.2
MERGE: Merged the SERVER_PACKAGEBUILD branch back into the HEAD trunk.

Revision 1.2.2.5 - (view) (annotate) - [select for diffs]
Tue Dec 12 21:14:55 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.2.2.4: +2 -2 lines
Diff to previous 1.2.2.4 , to branch point 1.2 , to next main 1.7
RootFilterMain changed to RootFilter.

Revision 1.2.2.4 - (view) (annotate) - [select for diffs]
Tue Dec 12 02:46:07 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.2.2.3: +5 -4 lines
Diff to previous 1.2.2.3 , to branch point 1.2
Done some more tidying on all the Makefiles. This should have solve the current
dependency problem that seemed to be occuring with the java source files. The
only dependency that's now not quite in place is the IDL stuff. This should be
easily fixable.

Revision 1.2.2.3 - (view) (annotate) - [select for diffs]
Tue Dec 12 01:54:14 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.2.2.2: +5 -4 lines
Diff to previous 1.2.2.2 , to branch point 1.2
Attempted to improve the dependencies, and tidied up the code Makefiles a bit
better. Getting there... slowly.

Revision 1.2.2.2 - (view) (annotate) - [select for diffs]
Mon Dec 11 23:48:06 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.2.2.1: +4 -21 lines
Diff to previous 1.2.2.1 , to branch point 1.2
All Makefiles in the made code now make use of includes. This has dramatically
reduced the size and complexity of each file.
Future improvements centre around checking of dependencies better.

Revision 1.2.2.1 - (view) (annotate) - [select for diffs]
Mon Dec 11 20:29:30 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.2: +5 -3 lines
Diff to previous 1.2
Changed the Makefile to place compiled class files in a seperate directory
further down the directory structure. Also supplied the following switches to
the javac compiler.

-g:none
-O

The first make sure no debugging information is supplied, and the second makes
the compiler optimise the code.

Revision 1.2 - (view) (annotate) - [select for diffs]
Wed Dec 6 18:34:00 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
Changes since 1.1: +2 -4 lines
Diff to previous 1.1
Tried to standardise the format of the Makefiles.

Revision 1.1 - (view) (annotate) - [select for diffs]
Wed Nov 29 23:42:57 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Makefile for the rootfilter.

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a