Results 1 to 2 of 2
Thread: File Monitor
- 08-13-2007, 08:41 PM #1
Member
- Join Date
- Jul 2007
- Posts
- 1
- Rep Power
- 0
File Monitor
Hi I am running gzip to unzip a file from java, and the next line uses the unzipped file. But the thread for unzipping is not a java thread ,so the next line cannot find the unzipped file as it executed before the whole file is unzipped. It takes about 15/20 seconds to unzip the file. The file is variable and so is the unzipping time.
- 08-13-2007, 09:45 PM #2
Member
- Join Date
- Aug 2007
- Posts
- 30
- Rep Power
- 0
Can you post some code? The method you use to launch gzip should allow you to watch for that process to end... I just wanted to see what you're using. Once you have a handle to the process, you should be able to wait on it.
Don.Don MacVittie F5 Networks - DevCentral
Similar Threads
-
Java Application Monitor API 2.7
By JavaBean in forum Java SoftwareReplies: 0Last Post: 09-22-2007, 11:25 PM -
NetBeans HTTP Monitor
By santhoskumara in forum NetBeansReplies: 0Last Post: 08-08-2007, 03:07 PM -
Function Monitor!
By snooze-g in forum Advanced JavaReplies: 1Last Post: 07-20-2007, 09:05 AM -
Caché Monitor 0.35
By levent in forum Java SoftwareReplies: 0Last Post: 06-10-2007, 01:40 PM -
Java Application Monitor API 2.6
By levent in forum Java SoftwareReplies: 0Last Post: 06-04-2007, 08:08 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks