|
| |
| | Queue - Wikipedia, the free encyclopedia |
 | | In providing services to people, and in computer science, transport and operations research a queue is a First-In-First-Out FIFO process — the first element in the queue will be the first one out. |  | | For a data structure the executing computer will eventually run out of memory, thus limiting the queue size. |  | | The Oroogu programming language relies on queues as its only data structure. |
|
http://en.wikipedia.org/wiki/Queue
(380 words)
|
|
| |
| | Electronic mail management system for operation on a host computer system - Patent 5632011 |
 | | The message queues themselves are merely a collection of files which include header information, locking information and the actual messages themselves. |  | | Each host computer is operable to receive the retransmitted site alias file and to reinitialize their alias databases using the new site alias file. |  | | The system of claim 1 wherein the mail command region comprises a headers command operable when activated to cause header information for the selected messages within the message queue storage facility to be displayed. |
|
http://www.freepatentsonline.com/5632011.html
(4562 words)
|
|
| |
| | Encina Administration Guide Volume 2: Server Administration |
 | | The rqsadmin query qset command displays the number of priority classes in a queue set, the service levels for each class, the number and names of queues belonging to the set, and the priority class to which each queue is assigned. |  | | These tables, such as name tables, ID tables, and the recoverable hash table (RHT) are used to store the names and identifiers of queues, elements, and element types and the physical locations of these objects. |  | | Transaction 131297 (line 12 in the output) is holding a write lock on the same object. |
|
http://www.umiacs.umd.edu/~jhu/DOCS/TX4.2/html/aetga2/aetga212.htm
(2902 words)
|
|
| |
| | Untitled |
 | | A router can have more than one input queue, if several input ports are being sent packets faster than the router can process them. |  | | That specific input queue is associated with a specific input port. |  | | Each input port will process packets from the queue in the order in which they were received. |
|
http://www.suite101.com/print_article.cfm/6929/38204
(459 words)
|
|
| |
| | Getting Familiar with Qimage |
 | | To see an example of how to use the size buttons in different ways, see "Learn by Example: Example 3" and the two workflows mentioned at the bottom of that example. |  | | In the sample window above, the thumbnail work area is highlighted with a dark gray border (will be blue with standard Windows colors). |  | | You can select prints on the page and use the functions in area 11 to modify those prints, or right click on the preview page for other options (such as "delete page"). |
|
http://www.ddisoftware.com/qimage/qimagehlp/familiar.htm
(2377 words)
|
|
| |
| | PMDF System Manager's Guide |
 | | The message files searched may be either all those present in the channel queue directory tree, or only those files with entries in the queue cache database. |  | | The following example shows holding all message files in the PMDF queue area that have the string "real estate" in the Subject: header and have the string "ownership.com" in the envelope From: address. |  | | Controls whether the message files searched are only those with entries in the queue cache database, /DATABASE, or all message files actually present in the channel queue directory tree, /DIRECTORY_TREE. |
|
http://www.cuis.edu/pmdf_root/doc/html/sysman/book_u3n.html
(632 words)
|
|
| |
| | q_make |
 | | The Data Segment of an RSP's queue is considered part of the System Data Segment unless it is beyond 64k of the beginning of the System Data Segment. |  | | Typically this field is 0 if the queue is being created by a transient program. |  | | If there are no unused Queue Descriptors in the internal table, Q_MAKE returns an error code. |
|
http://www.imsltd.com/development/hints&tips/calls/q_calls/q_make.htm
(411 words)
|
|
| |
| | ECE 390 Machine Problem 4 |
 | | The first word of the list specifies the offset of the first byte of the queue area, where data are stored. |  | | The third word of the parameter list is the index of the byte at the front of the queue, and the fourth word is the index of the byte that will be new rear of the queue. |  | | The byte at the front of the queue is the next to be dequeued. |
|
http://courses.ece.uiuc.edu/ece390/mp/mp4
(1856 words)
|
|
| |
| | GLOSSARY "L" - Bob Yelavich's glossary of CICS-related terms |
 | | An MVS main storage area used to hold control blocks for storage and contents supervision. |  | | A CICS storage area used by reentrant programs to storage register save areas. |  | | A document used to assist users considering migrating a known workload from a machine with one set of performance characteristics to another. |
|
http://www.yelavich.com/glossary/glossl.htm
(591 words)
|
|
| |
| | IBM: HDPBK |
 | | The HDBK pointed to may or may not be the lowest level HDPBK representing the previous highest addressable virtual storage byte. |  | | Also, for highest level table designated by ASCE, is the highest virtual address representable by an ASCE with matching DT bits. |  | | Hex Dec Type/Val Lng Label (dup) Comments ---- ---- --------- ---- -------------- -------- 0000 0 Structure HDPBK Host DAT table Programming area block 0000 0 Signed 8 HDPTD Table origin, table type, and table length of DAT table associated with this HDPBK, in ASCE format (DT bits, not R*TE format TT bits). |
|
http://www.vm.ibm.com/pubs/cp31064/HDPBK.HTML
(914 words)
|
|
| |
| | IBM: ASCBK |
 | | 0140 320 Signed 8 ASCSGHDQ (0) Segment table HDPBK queue header 0140 320 Signed 4 ASCSGHDN Forward pointer to first HDPBK on segment table HDPBK queue. |  | | ESAME Address Space Storage Configuration area This array contains address extent information for each defined address extent. |  | | 0150 336 Signed 8 ASCRSHDQ (0) Region second table HDPBK queue header 0150 336 Signed 4 ASCRSHDN Forward pointer to first HDPBK on region 2nd table HDPBK queue. |
|
http://www.vm.ibm.com/pubs/cp510/ASCBK.HTML
(3086 words)
|
|
| |
| | [No title] |
 | | * Added routine for debugging use which clean's queue pointers * in a object's header. |  | | We also need to make sure that it's aligned on at least an * 8-byte boundary (that's how we've defined cma__alloc_mem). |  | | */ if (merged) cma__g_memory[cma__c_pool].count--; #ifndef NDEBUG cma__g_pool_stat.merge_afters++; #endif merged = cma_c_true; qn = qt; } } /* * If the packet needs to be inserted, do so (before qn -- which is * either the queue header or the packet with the next highest address). |
|
http://archive.adaic.com/tools/bindings/DCE/THREADS/cma_vm.c
(1945 words)
|
|
| |
| | FIFO |
 | | In computer science this term refers to the way data stored in a queue is processed. |  | | In computing environments that support the pipes and filters model for interprocess communication, a FIFO is another name for a named pipe. |  | | This is typical behavior for a queue, but see also the LIFO and stack algorithms. |
|
http://www.worldhistory.com/wiki/F/FIFO.htm
(423 words)
|
|
| |
| | Multitasking Redraws (Part 3): Draw Diagrams |
 | | Multitasking at the level of redraw rectangles is poor. |  | | The obvious solution is to subdivide the rectangles; only draw small sections at a time. |  | | As an example, if a window is opened at the top of the window stack, the redraw rectangle supplied by the Wimp is the entire visible area of the window. |
|
http://www.accu.org/acornsig/public/caugers/volume2/issue1/mtredraws.html
(557 words)
|
|
| |
| | IT Resource Center forums - Deleting Openspool prints |
 | | However, just to clarify - does this mean that I will be able to remove both the job and data files safely at unix level (eg. |  | | Message with a response that solved the author's question |  | | Does anyone know the best way to delete prints from an Openspool print queue? |
|
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=73824
(660 words)
|
|
| |
| | Re: [otrs] Default Tech |
 | | With a "master agent" every incoming ticket would be preprocess before distribution into the various queues. |  | | Personally, I'd rather have this work using > the GUI tool since it will be much easier to manage for non-linux people. |  | | The other preferred agents might have access to the other 'referred', whereas the normal agents should not have access at all. |
|
http://www.mail-archive.com/otrs@otrs.org/msg06111.html
(668 words)
|
|
| |
| | Queue area - Wikipedia, the free encyclopedia |
 | | In that case not always all current numbers are displayed, and it is less convenient to estimate the remaining waiting time. |  | | Queuing is a common phenomenon in a number of fields, and has been extensively analyzed, in the study of queuing theory. |  | | In a waiting room there may be the system that one asks and remembers after whom one is, or one reports to a desk and is called when it is one's turn, or one takes a ticket with a number from a machine. |
|
http://en.wikipedia.org/wiki/Queue_area
(835 words)
|
|
| |
| | [pygtk] queue_draw_area? |
 | | regarding queue_draw_area, i think it doesn't really matter if you queue the redraw for later or do it right after the pixmap has been drawn to; drawing immediately has the advantage of reducing complexity in your program but that may be a matter of personal preference. |  | | > >For each iteration, I only draw onto the pixmap a mini rectangle, >the area of which is much much less than the area of the whole >pixmap itself. |  | | with queue_draw_area however, iirc the behaviour is that queued areas may be processed together as one bigger expose; but this doesn't seem to be what you want - the wiggling around in the maze wouldn't look so wiggly :).tim |
|
http://www.daa.com.au/pipermail/pygtk/2001-April/001142.html
(530 words)
|
|
| |
| | Virtual PBX Tutorials: ACD Queues: Sales, Support, Etc. |
 | | Any system which has, for example, "press 1 for Sales"; but which only has one agent on the end of that menu option is not an ACD queue. |  | | Only if the queue becomes full or if there is a problem which the first tier cannot solve, should a call go to the high-paid engineers. |  | | ACD queues are an absolute necessity for any business phone system, and any system which does not offer them cannot really claim to be a business phone system. |
|
http://www.virtualpbx.com/support/tutorials/acd_queue.asp
(1613 words)
|
|
| |
| | GtkWidget |
 | | the X position of the widget's area relative to its parents allocation. |  | | For example, when you change the text in a GtkLabel, GtkLabel queues a resize to ensure there's enough space for the new text. |  | | the Y position of the widget's area relative to its parents allocation. |
|
http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html
(2613 words)
|
|
| |
| | The rqsadmin Command Pages |
 | | Specifies the initial volume allocation percentage for the storage allocator. |  | | It can also be used to allocate the initial percentage of volume space for various storage areas. |  | | This allocator is used by ACLs, data type definitions, and queue elements. |
|
http://www.umiacs.umd.edu/~jhu/DOCS/TX4.2/html/aetref/aetrra15.htm
(326 words)
|
|
| |
| | Published by the IESNA |
 | | In the shallow spaces of the exhibit, the team used museum-quality light boxes. |  | | Guests then move into the bridge area, a seemingly simple concept that proved difficult to light. |  | | Additional colored panels along the walls of the queue were selected to blend with signature colors developed for some of the many alien species seen in the series. |
|
http://www.iesna.org/LDA_9-98/members_feature_9-98star2.htm
(589 words)
|
|
| |
| | Kerio Technologies Inc. Kerio Business Partner Program Training - Chapter 1 Part 3 |
 | | Traffic charts should show a few spikes of activity during the times you sent your test messages. |  | | As we begin to consider monitoring and management processes, a review of the following sections of your manual may be helpful. |  | | Monitoring and management are important areas to consider for administration to keep your mail server running smoothly. |
|
http://www.kerio.com/us/kbp_training_chapter1_part3.html
(1326 words)
|
|
| |
| | gtkmm2.2: Gtk::Widget Class Reference |
 | | Emits a "child-notify" signal for the child property child_property on widget. |  | | This function is only for use in widget implementations. |  | | Invalidates the rectangular area of widget defined by x, y, width and height by calling gdk_window_invalidate_rect() on the widget's window and all its child windows. |
|
http://gtkmm.sourceforge.net/gtkmm2/docs/reference/html/classGtk_1_1Widget.html
(2325 words)
|
|
| |
| | QuickTime VR, Queue Area, July 2004 |
 | | If you already have QuickTime and still can't see the panorama in your web browser, save the file to your hard disk, and open it using the QuickTime application. |  | | Once the file is loaded, take a look around by dragging the cursor around the image. |  | | This is a QuickTime VR panorama of the queue area in the morning. |
|
http://virtual-toad.com/id39.html
(111 words)
|
|
| |
| | [No title] |
 | | \ say nobody is waiting on this mailbox anymore else \ no, nobody waiting drop \ discard null waiting task's TCB pointer then r@ MB_message_queue_tail @ \ get offset to tail of message queue cell+ MB_wrap_mask and \ advance to next slot dup r@ MB_message_queue_tail ! |  | | Each message is a 32-bit word, typically a pointer \ to a message buffer, but it could be anything. |  | | The RCB \ maintinas a pointer to the current owner of the resource, and a set of \ head and tail pointers to maintain a queue of tasks waiting for that \ resource. |
|
http://www.elilabs.com/~rj/rr-tasker.4th
(2182 words)
|
|
| |
| | Lightning Racer Station at Hersheypark 05-2000 |
 | | Similar view to above but from a lower level. |  | | The black area to the right is the netting covering the outside queue area. |  | | The large structure in the rear is the station. |
|
http://www.ridezone.com/rides/coasters/lightningracer/lrstation.htm
(202 words)
|
|
| |
| | IDMS Programmer's Handbook - Naming Standards |
 | | Record names have a maximum of 8 characters.If a new system (developed in IS or by a vendor) is using a name which is already assigned to another schema record, that new system will have to change its record name. |  | | Queue identifiers have the format 'PPPQNNNN-*' where 'PPP' is the three character system identifier (see System Names), and 'NNNN' is a sequential number. |  | | All these entities must be of the format 'PPPXNNNS' where 'X' specifies the entity type, 'PPP' is the three character system identifier (see System Names), 'NNN' is a sequential number, and 'S' is a 0 (zero). |
|
http://www.unm.edu/cirt/ais/docs/iprognamingst.htm
(728 words)
|
|
| |
| | Mission: SPACE |
 | | The simulator is basically a centrifuge that spins so fast you will experience 2.5 g's. |  | | The fourth queue area is where you wait to board your simulator. |  | | My favorite was the large group game that simulated mission control working with the space crew on a spacecraft. |
|
http://www.magictrips.com/parks/epcot/mission_space.shtml
(699 words)
|
|
| |
| | Hidden Mickeys of the Studios' Echo Lake's Star Tours |
 | | Where all the robots are working, if you look down in the corner, there are 3 cirlces of robot parts, they were Mickey. |  | | It is around the area where the top of the tree meets the walkway for where the Ewoks would walk at if they were there. |  | | While waiting to go on the Start Wars ride at MGM, there is an area where a robot is standing on a platform, waving his arms around and talking amongst some boxes and such. |
|
http://www.oitc.com/Disney/WDW/Studios/Holly/StarTours.html
(1103 words)
|
|
| |
| | Intercot West - Disneyland Inside & Out |
 | | This is also the area where the Distribution Center is located. |  | | It is important to note that the Autopia Fastpass Distribution area has been designed to feed people into Innoventions. |  | | The information under the Autopia sign includes the Fastpass time, and is where you will need to look when you return with your Fastpass tickets in hand. |
|
http://www.intercotwest.com/resortGuide/fastpassAutopia.asp
(627 words)
|
|
| |
| | Test Track Script |
 | | There is also a large demonstration area in which a live lab technician shows us other new technologies. |  | | They have us test out new technologies like night vision, a computerized mapping service to get us where we're going, and a system that warns us when other vehicles are in our zone. |  | | A video monitor has a constantly looping display that says "Imagine," "Design," "Create," "Test." The first in a series of varying background music featuring a strong beat mixed in with the sounds of assembly line construction or screeching tires (depending on which test is being demonstrated) is heard overhead. |
|
http://www.intercot.com/edc/Motion/ttscript.html
(2530 words)
|
|
| |
| | PMDF System Manager's Guide |
 | | And if you are using additional queues, you should expect to see channel jobs moving through those other queues as well. |  | | if all queue processing slots are already occupied processing other channel jobs. |  | | area) but not delivered, you should first check that processing jobs are being submitted and executed on the correct batch or Process Symbiont queue. |
|
http://www.cuis.edu/pmdf_root/doc/html/sysman/book_w25.html
(260 words)
|
|
| |
| | Hidden Mickeys at Walt Disney World |
 | | In the queue area of Cranium Command, one of the "famous brain studies". |  | | In the waiting area, a spot on the Dalmatian. |  | | The first working robot called G2 is wearing a Mickey watch. |
|
http://www.mousepal.com/Hidden_Mickeys.asp
(1755 words)
|
|
| |
| | [No title] |
 | | */ fprintf(outfile, "Single-server queueing system\n\n"); fprintf(outfile, "Mean interarrival time%11.3f minutes\n\n", mean_interarrival); fprintf(outfile, "Mean service time%16.3f minutes\n\n", mean_service); fprintf(outfile, "Number of customers%14d\n\n", num_delays_required); /* Initialize the simulation. |  | | /* Definitions for single - server queueing systems. |  | | */ time_next_event[2] = time + expon(mean_service); } } void depart() /* Departure event function */ { int i; float delay; /* Check to see whether the queue is empty */ if (num_in_q == 0) { /* The queue is empty so make the server idle and eliminate the departure (service completion) event from consideration. |
|
http://www.sis.pitt.edu/~dtipper/2120/SingleQ.c
(347 words)
|
|
| |
| | Indiana Jones FAQ |
 | | The spike room is also the home of what could be the most terrifying moment in the whole ride... |  | | The exact spot where the queue passes under the train tracks is in the spike room... |  | | No changes to the Swiss Family Treehouse were needed to make way for the IJA queue. |
|
http://www.disneylandian.com/faqs/indianajones.html
(6310 words)
|
|
| |
| | Cache Page Queue |
 | | The real "magic" of the stats system, the ability of the stats system to "self-reconcile" to correct invalid information has unfortunately been disabled for the time being. |  | | Due to recent changes in Groundspeak policy, fully automated collection of stats is unavailable at this point in time. |  | | Currently, it will take an estimated 12 hour(s) 27 minute(s) 12 second(s) to process your queue addition. |
|
http://cachestats.made.nu/queue.asp?club_id=4
(285 words)
|
|
| |
| | Kali River Rapids - Walt Disney World Animal Kingdom Attractions |
 | | One nice feature of the ride is the handicap loading area, which is separate from the load turntable, so the ride can keep on running at normal speed while it may take a while to load/unload the other raft. |  | | Once through the turnstiles, you are on a very large rotating disc that moves at the same speed as the rafts. |  | | The queue area is incredibly themed so pay close attention as you make your way to the rafts. |
|
http://www.123disney.com/akattractions/ak15.html
(2266 words)
|
|
| |
| | DisneySites!! Messageboards - I just rode 'Soarin' at EPCOT |
 | | We were then led to towards the exit, passing by the FP distribution area and out the door into the backstage area and back into Future World the same way we went in. |  | | The only area where the queue's decor goes out the window and becomes unsightly, is at the very last down platform before we are shown to our respective gates.. |  | | The FP and Standby line set up is up, and so are the FP machines to the immediate right of the entrance right where guests come out of the ride. |
|
http://www.disneysites.com/boards/showthread.php?t=24497
(1224 words)
|
|
| |
| | Special Assistance from A to Z |
 | | The upper level and many of the play pieces are available to those who are able to leave their wheelchairs. |  | | A cast member at the unload area on the far left will provide instructions for boarding. |  | | On the upper level, a member of your party may need to assist you with boarding. |
|
http://www.mouseplanet.com/dtp/wdwguide/3_Tripplan/special_considerations/special_assistance_AtoZ.htm
(7112 words)
|
|
| |
| | [No title] |
 | | /* 10 independent replications of the M/M/1 queueing system simulation. |  | | Q_LIMIT) { /* The queue has overflowed, so stop the simulation. |  | | */ num_custs_delayed++; time_next_event[2] = sim_time + expon(mean_service); /* Move each customer in queue (if any) up one place. |
|
http://www.math.helsinki.fi/~okanerva/sim02/exc/01-09.cpp
(534 words)
|
|
| |
| | Manage Mail Queue |
 | | Refer to exim.org for more information on the mail queue. |  | | The Exim Mail Queue area enables you to view all waiting messages in the mail queue, as well as attempt to deliver or delete all the messages in the queue. |  | | The Mail Queue contains all messages that have been sent, but have not yet left your server for one reason or another. |
|
http://www.cpanel.net/docs/whm/Manage_Mail_Queue.htm
(167 words)
|
|
| |
| | Virtual Storage Map |
 | | All the cyan (light blue) areas constitute the Common Area, which sits below the 16MB line. |  | | All the pink areas constitute the Extended Common Area, which sits above the 16MB line. |  | | All the orange areas constitute the Extended Private Area, which which extends to the 2GB line. |
|
http://kmsitltd.co.uk/vsmap.html
(77 words)
|
|
| |
| | MousePlanet Walt Disney World |
 | | One of the areas in the space station is an exercise room, to help astronauts stay fit in low-gravity environments. |  | | The room is dominated by a very large rotating structure. |  | | Walking through the queue, visitors see a large rotating structure a mockup of a space station. |
|
http://www.mouseplanet.com/wdwupdate/wdw030619sk.htm
(2475 words)
|
|
| |
| | Epcot - Mission: Space |
 | | After the attraction ride ends you enter the attraction post ride area that features games that everyone can play. |  | | There is also be an interactive play area for kids and adults. |  | | To the far left you will pass by a scale model of our moon, which has different colored markers that indicate the 30 landing sites of missions to the moon between 1959 and 1976 that were flown by all world countries of Earth. |
|
http://www.wdwinfo.com/wdwinfo/guides/epcot/epfw-mission.htm
(929 words)
|
|
| |
| | [pygtk] =?ISO-8859-1?Q?Re:_[pygtk]_queue_draw_area=3F?= |
 | | An example (this code is not complete but only shows how to do it): def on_expose(widget, event, *args): # get the area area = event.area # redraw the area widget.draw_pixmap(gc, destination, area[1], area[2], area[0], area[1], area[2], area[3]) This is the way I handle this problem. |  | | It contains the attribute 'area', which is a 4-tuple describing the rectangular area that has changed. |  | | Look at at the 'event' structure of the expose event. |
|
http://www.daa.com.au/pipermail/pygtk/2001-April/001139.html
(154 words)
|
|
| |
| | Welcome, Foolish Mortals, to DOOMBUGGIES.COM |
 | | In most cases, the silly epitaphs are tributes to desigers and Imagineers who worked on the ride (such as "Grandpa Marc," named after famed Imagineer/animator/illustrator Marc Davis.) Many of the original show designers have the original tombstones named after them in their posession; some even display them in their yards at home. |  | | As further proof of its popularity, the Haunted Mansion was an early choice to receive Disney's "FastPass" technology, which is a means by which more guests can be admitted to the parks on busy days by allowing them windows of opportunity for shorter waits in line on selected big-ticket rides. |  | | Adding the FastPass kiosks necessitated a redesign of the queue area to some extent, though the general theme has been maintained particularly well, considering FastPass constitutes an entirely new method of moving guests through the queue. |
|
http://www.doombuggies.com/secrets_facade2.htm
(706 words)
|
|
| |
| | Redo Log Management (SAP Library - The SAP DB Database System:) |
 | | · During a log backup, information is obtained on whether entries from the log area are to be backed up, and if so, how many. |  | | · For display on the monitor, information is obtained on waiting periods, and the type of access to the entries in the log queue. |  | | · The database parameters and other internal information that controls logging are stored in the log area and updated at regular intervals. |
|
http://www.sapdb.org/7.4/htmhelp/9b/b2e2700f430c4f81f89847cae8f8b9/content.htm
(164 words)
|
|
| |
| | [No title] |
 | | /***************************************************************** ** Name: IE 532 HW #1 due 2/12/04, Problem # 4 ** Purpose: Simulate MM1 Queue, measure ave. |
|
http://www.personal.psu.edu/users/m/b/mbz113/mm1.cpp
(33 words)
|
|
|