MudassarRasool / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Make an asynchronous queued ITestEventListener. #74

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently communicating across AppDomains required a full round-trip
through an ITestEventListener each time.  That slows down the test
somewhat.  It'll become even more of an issue if we add support for remote
test agents that communicate using this interface.

We should create a QueuedEventListener that performs queuing and
asynchronous delivery of messages as a wrapper around some other event
listener.  We'll probably need to add some kind of Sync() method to
ITestEventListener to allow for proper synchronization when we really need it.

Original issue reported on code.google.com by jeff.br...@gmail.com on 30 Sep 2007 at 6:01

GoogleCodeExporter commented 8 years ago

Original comment by jeff.br...@gmail.com on 30 Oct 2007 at 2:14

GoogleCodeExporter commented 8 years ago

Original comment by jeff.br...@gmail.com on 17 Mar 2008 at 11:10

GoogleCodeExporter commented 8 years ago
Probably go with some kind of message bus instead...

Original comment by jeff.br...@gmail.com on 23 May 2009 at 1:54

GoogleCodeExporter commented 8 years ago

Original comment by jeff.br...@gmail.com on 29 Jun 2009 at 8:33

GoogleCodeExporter commented 8 years ago

Original comment by Yann.Tre...@gmail.com on 17 Jul 2010 at 8:20

GoogleCodeExporter commented 8 years ago

Original comment by Yann.Tre...@gmail.com on 14 Jun 2011 at 5:53