- 13 May, 2011 4 commits
-
-
Dennis Waldron authored
-
Steven Murray authored
Merged branches/bridge_bug_80217 into the trunk.
-
Sebastien Ponce authored
-
Steven Murray authored
I have replaced C++ comments in C code with C code comments. I have moved/changed variable declarations to not bream the ISO C90 rule against mixed declarations and code.
-
- 12 May, 2011 10 commits
-
-
Eric Cano authored
Added switch in configuration file to decide whether or not the testsuite should be run.
-
Sebastien Ponce authored
-
Sebastien Ponce authored
Fixed ownership of converters. They are now completely owned by their conversion service and a reset of the conversion service will drop any converter it holds. On the way, dependency between services was implemented, where a service can register itself to any other one(s) and a reset call on one of these will trigger a reset of the registered service
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
Avoided the use of timeout gets on queues for efficiency reasons. Also cleaned up the termination code
-
Sebastien Ponce authored
Better implementation of ThreadPoolServer. The previous implementation was not allowing to have more clients connected than threads in the pool
-
Sebastien Ponce authored
Fixed output of listtransfers -p when there are 0 transfers. It was previously displaying '-' instead of 0 as if the information was not available.
-
Dennis Waldron authored
-
- 11 May, 2011 4 commits
-
-
Dennis Waldron authored
-
Dennis Waldron authored
-
Dennis Waldron authored
-
Eric Cano authored
sr #120838: Support for IBM TS1140 tape drive capacities Added 4 new densities (1600G/GC, 4000G/GC) to add support for the IBM TS1140 family. Created entries similar to the ones of the latest added density (5000G/GC).
-
- 09 May, 2011 1 commit
-
-
Dennis Waldron authored
-
- 06 May, 2011 1 commit
-
-
Dennis Waldron authored
-
- 05 May, 2011 10 commits
-
-
Dennis Waldron authored
-
Dennis Waldron authored
-
Dennis Waldron authored
-
Sebastien Ponce authored
-
Dennis Waldron authored
-
Dennis Waldron authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Giuseppe Lo Presti authored
and removed the unused index on gcWeight.
-
- 04 May, 2011 3 commits
-
-
Sebastien Ponce authored
Added many hints for the subrequest table so that indexes are used properly. This was triggered by a case where ORACLE decided to do a full index scan rather than an index lookup because the number of items in the subrequest table was close to 0. This can seem ok, but led to a scan of many (empty) blocks, as the subrequest table had been big in the past and blocks are not reclaimed. As a consequence, the performance was degraded.
-
Sebastien Ponce authored
Improved efficiency of transferToSchedule PL/SQL function by adding an extra index on SubRequest table
-
Sebastien Ponce authored
Fixed deletion of DB related services when their associated conversion service is dropped and vice versa. Now the conversion service owns services using it, i.e. it will delete them when it is destrcuted.
-
- 03 May, 2011 3 commits
-
-
Dennis Waldron authored
Build both the stk and nostk tape server software in the same build process. This saves having to build the CASTOR software stack twice reducing build times by up to 50% (approx 5 minutes)
-
Dennis Waldron authored
-
Dennis Waldron authored
-
- 30 Apr, 2011 1 commit
-
-
Steven Murray authored
-
- 29 Apr, 2011 3 commits
-
-
Eric Cano authored
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
-