Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. how to make a queue of jobs for moderators of a web-site

how to make a queue of jobs for moderators of a web-site

Scheduled Pinned Locked Moved ASP.NET
tutorialdata-structureshelpquestioncareer
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    hurrem
    wrote on last edited by
    #1

    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..

    R 1 Reply Last reply
    0
    • H hurrem

      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..

      R Offline
      R Offline
      RichardGrimmer
      wrote on last edited by
      #2

      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++.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups