On The Insider: Brooke Hogan to Pose for Playboy?
2 Resources for

dispatcher

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Use this Java framework for finite state machines
Because of peculiarities such as relatively loose coupling between the user interface and application logic, Web applications present unique challenges to the programmer. Chief among these is ensuring that the application can respond intelligently to unexpected user activities, such as using the Back button in the client Web browser.One way...
Tags: Java, Alexandre Pereira Calsavara, finite state machine, state table, Dispatcher, Web application
Technical articles 2003-02-18
Done with mirrors: Use Reflection to catch generic actions
Although Swing's event system is powerful, it's also complex. Handling events from menus can be particularly tedious. Find out a better way using Java's Reflection API.This week's Java tip was submitted by Muhammad Junaid Shahid from Pakistan. Junaid got tired of the complicated way menu and toolbar events must be...
Tags: Lamont Adams, menu item
Technical articles 2002-02-06

Additional Resources

Mail Box Dispatcher (exe)
Mail Box Dispatcher filters spam, viruses, and other unwanted emails without receiving them. Built-in self-learning Spam Detector helps you to recognize spam messages. Four filter lists enable spam filtering by senders, recipients and bad phrases. Mail Box Dispatcher can also refresh and process your email accounts automatically. Highly customizable interface...
Tags: Message, Mail Box Dispatcher, E-mail, Viruses And Worms, Security, Online Communications
Software downloads 2006-01-24
SAS/IntrNet 9.1: Application Dispatcher - Second Edition
Application Dispatcher, a SAS/IntrNet component, is a Web gateway from a Web browser to the power of SAS processing. This gateway, written by using the Common Gateway Interface CGI, provides access to data in combination with a powerful array of analysis and presentation procedures. SAS software does not have to...
Tags: SAS Institute
White papers 2006-03-01
Virtual Distro Dispatcher: A Costless Distributed Virtual Environment From Trashware
Obsolete hardware can be effectively reused through intelligent software optimization, which is possible only when source code is available. Virtual Distro Dispatcher VDD is a system that produces virtual machines on a central server and projects them on a number of costless physical terminals. VDD is the result of an...
Tags: Terminal, Environment, Virtual Distro Dispatcher, Memory Consumption, Tools & Techniques, Terminal Services, Linux, Desktops, Management, Operating Systems, Software, Hardware
White papers 2007-09-18
Fineprint print cue locking up
I have a load balancing server configuration running Fineprint. Each server is running Microsoft Windows Server 2003 Enterprise Edition. Randomly the clients lock up when trying to print to a Fineprint printer. Here are the steps I use to un-freeze the system:1.Right click on the FinePrint Dispatcher service and left...
Tags: Servers, nfisher@..., FinePrint Dispatcher, FinePrint Dispatcher service, FinePrint, Left Click, cue, server
Discussion threads 2007-04-26
Dispatcher (exe)
The goal of this logical game is to drive a selected bus out of a crammed parking area. The game is built around our own 3D engine, which enables the player to move freely throughout the space as well as to zoom the view in/out and change the perspective. Each...
Tags: Player, Games, Personal Technology
Software downloads 2005-08-29
Loco Mania (zip)
Fast-paced, quick thinking, strategy game that puts you in charge of an entire railway network. Take on the role of a train dispatcher and test your skills through a multitude of tasks, from getting your trains to their stations on time to guiding biohazard laden freight trains safely to their...
Tags: Lighthouse Interactive, Strategy, Management
Software downloads 2007-01-18
SplitIt System (zip)
When you need to exchange data between computers, some files may appear too large to fit into the transport media or to be uploaded to the Internet. SplitIt System can split large files into smaller pieces, adding an executable self-assembler to reconstruct a copy of the original file. By design...
Tags: File, Mice, Internet, Productivity, Advertising & Promotion, Hardware, Peripherals, Marketing
Software downloads 2007-01-11
Steam Train (dmg)
You represent the engineer and crew of an 1800s era steam train. Your vintage train consists of a steam locomotive and tender, plus baggage cars and passenger coaches. Your train will travel between stops, up and down grades, negotiate curves, switch tracks, and couple/uncouple cars. Controls include the engines throttle,...
Tags: Train
Software downloads 2007-01-09
%htmlForm: An HTML Form and SAS/IntrNet Code Generator
Developing SAS/IntrNet Dispatcher applications frequently involves writing HTML forms and coding macro programs to use the information that is output. This paper presents a macro program called %htmlForm that helps automate that process. It uses a SAS data set as input to generate a document that contains an HTML form...
Tags: HTML, SAS Institute
White papers 2005-03-09
Network Load Balancing Technical Overview
Network Load Balancing, a clustering technology included in the Windows® 2000 Advanced Server and Datacenter Server operating systems, enhances the scalability and availability of mission-critical, TCP/IP-based services, such as Web, Terminal Services, virtual private networking, and streaming media servers. The unique and fully distributed architecture of Network Load Balancing enables...
Tags: Network Load Balancing, Network, Clustering, Failover, Network Administration, Networking
White papers
Dispatch Nurses to Hospitals with Excel (zip)
The Nurse Dispatcher was developed for staffing agencies providing nurses to work up to 3 daily shifts at several different hospitals. It is ideal for this application as well as others where you need to send people to work different shifts at different locations. Two sizes, 20 locations and 200...
Tags: Employee, Hospital, Shift, Healthcare, Microsoft Excel, Microsoft Office, Office Suites, Software
Software downloads 2007-11-14
The Bat (Professional Edition) (msi)
The Bat is an e-mail application that supports multiple POP3 accounts, multithreading, MIME and UUencode standards, multimedia, APOP authorization, and PGP. You also will find a fast and comfortable message editor with text highlighting, as well as a mail dispatcher for managing messages on servers. English, Russian, German, Dutch, Polish,...
Tags: Application, Bat, E-mail, Microsoft Windows, Online Communications, Operating Systems, Software
Software downloads 2007-11-19
Implementing a General Real-Time Scheduling Framework in the RED-Linux Real-Time Kernel
Many scheduling paradigms have been studied for real-time applications and real-time communication network. Among them, the most commonly used paradigms include priority-driven, time-driven and share-driven paradigms. This paper presents a general scheduling framework which is designed to integrate these paradigms in one framework. The framework is implemented in the real-time...
Tags: Framework, Kernel, Linux, Engineering, Open Source, Performance Management, Operating Systems, Software, Human Resources, Workforce Management
White papers
Service Software Leader Teams With Apropos Technology to Deliver Robust SLA Renewal Rates
Remedy, a BMC Software company, offers a host of popular IT service management and customer service and support tools. Before 1999, Remedy's own customers who called seeking to resolve issues were handled by a task-oriented issue dispatch team. Team members were tasked with determining which Remedy customer was calling, asking...
Tags: SLA, Remedy Corp., Service Level Management, Interactive Voice Response (IVR), CSS, Team Management, Product Marketing, Customer Relationship Management (CRM), It Operations, It service Management, Scripting Languages, Software/Web Development, Web Development, Management, Marketing, Enterprise Software, Software
Case studies
Write a Web service using SOAP::Lite
Implementing Web services with Perl is simple when using SOAP::Lite. Find out why you need little knowledge of SOAP to create a Web service, and then use our basic example as a starting point for your application.SOAP::Lite is a Perl module that enables and facilitates the composition, transportation, and processing...
Tags: SOAP, Web services, Channel management, Scripting languages, Byrne Reese, SOAP::Lite, Web service, Web, Perl, echo service
Technical articles 2002-10-03
Put the Java Reflection API to work in your apps
The Java Reflection API enables you to take advantage of a variety of programming techniques. We'll show you how to inspect objects and work with arrays in the context of this API.The Java Reflection API is a fundamental part of the Java Platform. It forms the basis of services like...
Tags: Programming languages, OOA/OOD/OOP, Alexandre Pereira Calsavara, Java Reflection API, Java
Technical articles 2002-12-09
Why VoIP is looking more like your old pho
VoIP is looking more like the traditional phone company notTechnology wise this is true. However, in three areas there are scary opearational differences.It acts like a souped up version of the traditional phone only when the computer is running. So if the power is out and you don't have a...
Tags: Telephony, TELECOMMUNICATIONS, Telecom & Utilities, Network technology, 320vu50@..., VoIP, phone, United Parcel Service of America Inc., computer
Discussion threads 2007-11-12
Voicemail and office etiquette
Continuing my rant about communication: I was shocked today when I called a number to speak to a customer. I had been trying the number and left a number of messages on the voicemail. After a few days of this I received a call from...
Tags: Message, Expectation, Voicemail, Telecommunications, Jeff Dray
Blog posts 2008-01-29
  • << Previous
  • page 1 of 1
  • Next >>


TechRepublic's IT Hardware and Software Purchasing Policy
Your IT Budget is tight. You want to get the most bang for your IT buck. That's where the IT Hardware and Software Purchasing Policy can help. This p ...
Buy Now
Disaster Recovery Plan Power Checklist
Development of a disaster recovery plan is a must. Although there may never come a time when the plan must be implemented, it is always best to prepar ...
Buy Now

Cracking Open