vote up 1 vote down star

I'm thinking about SEDA. We design at the moment an application (which is running on a server as a service) which must be multithreaded and message / event based.

The SEDA idea is very intresting and should match. But I cannot find articles etc. writing about experiences made with it.

My question(s) now is(are):

  • Do you use ActiveMQ, MSMQ to implement the queues or do you have a self written class which acts as queue? We have written once a thread-safe FIFO Queue class which is very helpful in a multithreaded environment.

  • Fit's the threadpool class of .NET for this or did you implement an own Threadpool / sheduler ?

Are there any traps / good practices ?

Thanks

Thomas

flag

And SEDA would be? – leppie Dec 8 '08 at 11:01
Staged Event-Driven Architecture see: eecs.harvard.edu/~mdw/proj/seda – TomTom Dec 8 '08 at 14:30

1 Answer

vote up 0 vote down check

Seems that nobody has ever done somthing on this topic.

So we decided to implement our own (thread-safe) messaging infrastructure.

link|flag
Thanks for the update, would you add some details on your implementation? – torial Feb 25 at 22:15

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.