CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2008
    Posts
    2

    single server queuing system

    hi

    i need a help


    i have a single server queueing system code,

    how can i set a good
    mean_interarrival=0;
    mean_service= 0;

    in the code to ensure that all the packets in the system will going out ( in the depart function ); and all packets in the window will arrive the system also

    plz help meee .

  2. #2
    Join Date
    Jul 2008
    Posts
    2

    Re: single server queuing system

    plz plz help meeee

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured