Changes

Summary

  1. make 8 the default number of threads, 32 is too many.
  2. detect struct.pack
  3. delete the empty recent files
  4. allow hapi-cache-command to specify the command to run. For example "java -jar /home/jbf/ct/hapi/git/cache-tools/java/dist/cache-tools.jar"
  5. allow hapi-cache-command to specify the command to run. For example "java -jar /home/jbf/ct/hapi/git/cache-tools/java/dist/cache-tools.jar"
  6. trivial fix imports
  7. correct where Connection is used for data.
  8. Introduce version (disabled) which uses HapiCache.
  9. refactor rename Connector to Connection
  10. make Connector abstract and add "openConnection" method. readFromURL uses Connector.
  11. more refactoring to make Connector object available to other classes (HapiServer will need it)
  12. remove old cache code, which is now implemented in HapiCache project
Revision 27902 by jbfaden:
make 8 the default number of threads, 32 is too many.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/RunBatchTool.javaautoplot/Autoplot/src/org/autoplot/RunBatchTool.java
Revision 27901 by jbfaden:
detect struct.pack
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27900 by jbfaden:
delete the empty recent files
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/RecentComboBox.javaautoplot/DataSource/src/org/autoplot/datasource/RecentComboBox.java
Revision 27899 by jbfaden:
allow hapi-cache-command to specify the command to run.  For example
"java -jar /home/jbf/ct/hapi/git/cache-tools/java/dist/cache-tools.jar"
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/Connection.java
Revision 27898 by jbfaden:
allow hapi-cache-command to specify the command to run.  For example
"java -jar /home/jbf/ct/hapi/git/cache-tools/java/dist/cache-tools.jar"
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.java
Revision 27897 by jbfaden:
trivial fix imports
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
Revision 27896 by jbfaden:
correct where Connection is used for data.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiServer.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiServer.java
Revision 27895 by jbfaden:
Introduce version (disabled) which uses HapiCache.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/Connection.java
The file was added/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.java
Revision 27894 by jbfaden:
refactor rename Connector to Connection
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/Connection.java
The file was removed/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connector.javaautoplot/HapiDataSource/src/org/autoplot/hapi/Connector.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiServer.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiServer.java
The file was added/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HttpConnection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HttpConnection.java
The file was removed/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HttpConnector.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HttpConnector.java
Revision 27893 by jbfaden:
make Connector abstract and add "openConnection" method.  readFromURL uses Connector.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connector.javaautoplot/HapiDataSource/src/org/autoplot/hapi/Connector.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiServer.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiServer.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HttpConnector.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HttpConnector.java
Revision 27892 by jbfaden:
more refactoring to make Connector object available to other classes (HapiServer will need it)
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connector.javaautoplot/HapiDataSource/src/org/autoplot/hapi/Connector.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
The file was added/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HttpConnector.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HttpConnector.java
Revision 27891 by jbfaden:
remove old cache code, which is now implemented in HapiCache project
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiUtil.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiUtil.java