Bugs: Browse | Submit New | Admin

[#8475] Problem with a simple A->B->C dependency chain

Date:
2007-02-07 09:42
Priority:
3
Submitted By:
Nobody
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Problem with a simple A->B->C dependency chain

Detailed description
Consider services A, B, and C.  A depends on B, B depends on C : a.go
calls @b.go, b.go calls @c.go1 and @c.go2, c.go1 and c.go2 puts
messages.

Such dependency chain leads to strange behavior when calling a.go :
c.go1 and c.go2 are called twice (see attached example).

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item