----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------




On Thu, 6 Jul 2000, Brevsville Administrator wrote:

> 
> Your not usin JSDK2.1 on JServ are you?
> 
> Oh gee. they are gonna scold u :)
> 
> Chris
> 
NOPE, I'am developing under Unix with JSDK2.1 but our WWW-server is on a 
Windows NT-box where I have JSDK2.0 to go with JServ. BTW: all my other
servlets do alright! 

> On Thu, 6 Jul 2000 15:12:48 +0200 (MET DST), Mark Koennecke wrote:

> >High,
> >
> >I am using Apache JServ 1.1 with a Sun JDK1.1.8 on a Windows-NT machine
> >together with Apache 1.3*. I have a servlet which interacts with an
> >instrument control software. The latter sends output any now and then as
> >a response to a command. Many commands take an extended period of time
> >to fin and I want to see all output coming from the instrument
> >control software. The way I did is to send some
> >header data first and then any line coming from the instrument control
> >software. I flush after every write. The scheme works nicely with the
> >JSD2.1 engine in my test environment. But with Apache-JServ the flushing
> >does not seem to work.  I failed to find something about this in the FAQ
> >or the bug database. Is there a configuration parameter I missed?    Who
> >is actually guilty of buffering? The PrintWriter returned from the
> >HttpResponse, JServ or  the Apache server?
> >
> >I know I can resolve this by permanently reloading the page  but I would
> >need to rewrite my code and I would generate more network traffic that
> >way.
> >
> >Has anybody an idea what to do about this? 
> >
> >                                       Thanks for any helpful answer
> >
> >                                                       Mark Koennecke



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to