Thanks again Christopher. We will take a look at the thread priorities in the HttpProcessor threads.
We are "proposing" 1. Redhad Linux (latest rev at FCS) 2. Apache " 3. Tomcat " We have not tried anything yet, still in architecture mode. Our application services a variety of clients, some of which are via the Internet, others directly connected using 10/100 Ethernet. Most of the time we have "normal" messages, "do this, do that." But we have a breed of messages (Patient Requests 911, "Help I've Fallen and I can't get up!") that we want to ensure get processed before any normal messages. I understand that Connectors will create threads for simulaneous requests, what if the 911 request is behind 15 other requests? Later, Frank ----- Original Message ----- From: "Christopher K. St. John" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 05, 2002 12:53 PM Subject: Re: Creating an "Urgent Message" Connector > > Frank Welch wrote: > > > > Is there some mechanism to give higher priority to > > port 8081 Connector? > > > > Not in a standard way. > > If you're willing to experiment with container/platform > specific mechanisms, then you'll need to provide more > information. The more information you can provide, the > more likely it is somebody will have an answer for you. > (Tomcat, right? but which version? platform? JVM? > background on the problem you're trying to solve? what > you've already tried? etc.) > > For example, if you're using Tomcat 4, then you might > be able to fiddle with the thread priorities in the > HttpProcessor threads. But how well that works depends > on your JVM, platform, phase of the moon, day of the > week, etc. Or you might not need to do anything special > at all. > > > -- > Christopher St. John [EMAIL PROTECTED] > DistribuTopia http://www.distributopia.com > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
