how to make a queue of jobs for moderators of a web-site
-
Hi, this might be a stupid question, but I don't know how to do it, and I need help... I need to find out how to make one web-site controlled by more than one moderators. I mean, for example, when one moderator is on-line and working on some profile to approve it (for example how moderator of forum work), another moderator should work on another profile. So, I don't know how to distribute the moderators job. And the number of moderators is growing. thanks..
-
Hi, this might be a stupid question, but I don't know how to do it, and I need help... I need to find out how to make one web-site controlled by more than one moderators. I mean, for example, when one moderator is on-line and working on some profile to approve it (for example how moderator of forum work), another moderator should work on another profile. So, I don't know how to distribute the moderators job. And the number of moderators is growing. thanks..
For something like this i'd probably use a local message queue on the server. This then sits there, allowing things to be popped off it, and new stuff added to the other end.... Do a goole for MSMQ (Microsoft Message Queueing)....
C# has already designed away most of the tedium of C++.