[Twisted-Python] design pattern advice needed

Jonathan Vanasco twisted-python at 2xlp.com
Wed Sep 13 17:14:24 EDT 2006


I can't wrap my head around this

	FactoryA needs an object from FactoryB
	FactoryB has a finite pool of objects, which can be checked in and  
checked out

I need FactoryA to not-progress until FactoryB is ready to dispense  
an object.

in all of my attempts, i end up with a deferred object in the Factory  
A code.

can anyone point me in the right  direction?




More information about the Twisted-Python mailing list