ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/TODO
Revision: 1.28
Committed: Tue Feb 27 13:43:11 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.27: +3 -3 lines
Log Message:
Builds are now on the website, and as a result of this the name of the achive
got changed to iscream-server.jar/tar.gz/zip.
The client interface pulling data is not required, as it would require a CORBA
wrapper to the root filter Queue, which seems just as fiddly as the way it's
done right now.

File Contents

# User Rev Content
1 tdb 1.2 TODO List (or rather, TOFIX !)
2 tdb 1.1 =========
3    
4 tdb 1.22 Complete the functionality of "Local Clients"
5 tdb 1.9 Fix the Queue "unlimited" size problem.
6 tdb 1.15 Makefile stops halfway through on FreeBSD.
7 tdb 1.16 Build a simple TCP/IP logger.
8 tdb 1.21 Sort out verbosity levels of messages around the server.
9 tdb 1.23 Sort out the IOException (expecting FILELIST) in HostInit.run
10 tdb 1.3
11     Completed:
12     ----------
13 tdb 1.28 27/02/2001 - (not needed) ClientInterface/DBInterface need to "pull" data ?
14     Builds on the website ?
15     Change build scripts to make iscream-server.java/tar.gz/zip
16 tdb 1.26 25/02/2001 - Move checking of logging verbosity to the servant.
17 ajm 1.25 23/02/2001 - print verbosity level with logging messages
18     functionality added to the LoggerServant
19 ajm 1.24 23/02/2001 - Startup of components - eg. running DBInterface on another machine.
20     Now catches any problems relating to not finding a component if
21     a component has a dependancy. The component manager will then
22     retry it after a given timeout.
23 tdb 1.26 12/02/2001 - Logging of Queue.status() somehow.
24 tdb 1.22 06/02/2001 - Make use of the PrintWriter "autoflush" feature :)
25 tdb 1.20 28/01/2001 - Add dependency checking for the DOCOPY Makefile target.
26     Client Interface needs more functionality.
27 tdb 1.17 SQL Driver doesn't work in Windows.
28 tdb 1.16 18/01/2001 - Heartbeats are still dropped.
29     CVS directories get added to build tar/zip file.
30 tdb 1.15 Problem on FreeBSD with zip file adding more files than it should.
31     Remove Component from util package -> ComponentManager.
32     Remove ReferenceManager from util package -> ComponentManager.
33     Add status methods to the Queue that return just values.
34     Clean up the util package, it shouldn't do logging etc.
35 tdb 1.13 -- done with the exception of ReferenceManager.
36 tdb 1.11 16/01/2001 - Build a util package JAR file seperately.
37 tdb 1.13 14/01/2001 - Javadoc pages on website ?
38     -- done for the server at least.
39 tdb 1.8 12/01/2001 - Investigate the use of a Queue in the Filter, to replace the
40     current FilterThread setup.
41 tdb 1.6 07/01/2001 - Makefile needs to copy non-java files to JAR (eg. images).
42 tdb 1.4 02/01/2001 - Add making of Javadoc pages to make scripts.
43 tdb 1.15 Queuing system in the root filter.