Opened 18 years ago
Closed 18 years ago
#351 closed task (fixed)
External job server usage
Reported by: | Jari Häkkinen | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | BASE 2.1 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
Add possibility to run jobs in other JVMs that the server.
Change History (10)
comment:1 by , 18 years ago
Type: | defect → task |
---|
comment:2 by , 18 years ago
Status: | new → assigned |
---|
comment:3 by , 18 years ago
comment:4 by , 18 years ago
comment:5 by , 18 years ago
comment:6 by , 18 years ago
(In [2634]) References #351: External job server usage
Communincation with the job agent is now working fairly well. The job agent can check for new jobs but not start them. Need to add more error handling and logging as well.
Added more utility classes to the net.sf.basedb.core.util package and subpackages that may be useful for other client applications in the future.
comment:7 by , 18 years ago
comment:8 by , 18 years ago
comment:9 by , 18 years ago
comment:10 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [2627]) References #351: External job server usage
Added data layer class, core classes and test classes