The Artima Developer Community
Sponsored Link

Java Answers Forum
Help : read Unix FIFO

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Cornel

Posts: 1
Nickname: cornel
Registered: Feb, 2003

Help : read Unix FIFO Posted: Feb 23, 2003 2:53 AM
Reply to this message Reply
Advertisement
Hi,

I need urgently help to find solution to the following problem:

A MQSeries process put data into a Unix FIFO (its maximum capacity is 8kb).

- my Java program must read in real time data from this FIFO
- as my Java program empties the FIFO it has to write immediatly raed data into a file

Constraint is that FIFO should never been full beacause it can block other processes.

Thanks in advance

Cornel

Topic: How Vendors Implement of Java Api and Java interfaces Previous Topic   Next Topic Topic: ActionListener in JTabbedPane

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use