Pls Help me with I/O

please help me with this strange problem regarding i/o to a file. you gotta

read it carefully or else u wont get it!!!

my program operates as a reader form and a writer form. in normal

conditions, i can make(append) new entries whenever i want, and reader will

read it. But my program works same as Recordable CDs. Only the entries in

first writer session are read, but if i launch writer again and append

entries, the reader will still read only those entries made in first

session. although the file size of generated file seems to grow with each

entry. What's the solution?pls help me!!somebody!!!!!

[679 byte] By [ mdoubledragon] at [2007-9-30 9:18:30]
# 1
After appending, are you closing and opening the object again. If not do that
JavaForumkgvinoth at 2007-7-2 22:44:21 > top of Java-index,Administration Tools,Sun Connection...
# 2
As far as i understood from your problem ,you are relaunching the writer and not reader. You reader is intialised intially and there is no means for it to read the fresh data. so try relaunching the reader also. All The Best
ShivaKatula at 2007-7-2 22:44:21 > top of Java-index,Administration Tools,Sun Connection...
# 3
For each write flush. without flushing your output may not be writen to the data sink.
ugaas at 2007-7-2 22:44:21 > top of Java-index,Administration Tools,Sun Connection...