Jacemdom Posted October 27, 2005 Report Posted October 27, 2005 Salut. I have a software built around the producer/consumer/capitalist concept. It is using "programmatic user event/event structure" as the building block. The producer registers the event and i would like to be able to monitor how many events have been registered. Possible? Quote
Mike Ashe Posted October 28, 2005 Report Posted October 28, 2005 Salut.I have a software built around the producer/consumer/capitalist concept. It is using "programmatic user event/event structure" as the building block. The producer registers the event and i would like to be able to monitor how many events have been registered. Possible? In your event handler add an event case to allow logging of registration. Each time a producer registers, have it send a single event to the logging case and store/display/log etc...Unfortunately so far we do not have a method like: enumerate all registered events, or the related, enumerate all producers for this Q or simply enumerate all Queues. (I do this last one myself since I use queues so much). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.