Ticket #42 (assigned defect)

Opened 2 years ago

Last modified 2 years ago

have the ebXML message sender a bash script (less memory intense)

Reported by: sacha Assigned to: sacha (accepted)
Priority: major Milestone: basic-messaging
Component: message-service-handler Version: pre-first-version
Keywords: Cc:

Description

currently the message sender tasker is written in ruby.

with lots of messaging going on each tasker gets lots of memory (some megs) and even worse the tasker then forks a command to run wget (this child process yet again requires lots of memory).

have a sender implemented as a bash script.

Change History

05/03/07 10:32:17 changed by sacha

#610 is the new tasker #615 uses the new tasker in the business logic code

Tasker misses setup for the tests (live test from the run-tester script).

05/03/07 10:32:24 changed by sacha

  • status changed from new to assigned.