Menu

#508 While running the java pgm Thread break due to long i/p file

closed
nobody
None
5
2012-10-21
2007-07-26
htmlmail
No

The application takes xml files as input.There will be more then one file in Input folder.The java program creates one thread for each input file to process.The thread breaks due to long input file.

At that moment we need to rerun the program once again.
In order to avoid these, I want resume the thread once again how it will be done.

Discussion

  • htmlmail

    htmlmail - 2007-07-26

    The class where threads are created for input files.

     
  • Ahmed Ashour

    Ahmed Ashour - 2007-07-27

    Logged In: YES
    user_id=950730
    Originator: NO

    The thread breaks due to long input file

    Why is that?

    At that moment we need to rerun the program once again

    You can keep track of your 'runnables', and 'new Thread( myRunnable ).start()'

     
  • Ahmed Ashour

    Ahmed Ashour - 2007-08-20

    Logged In: YES
    user_id=950730
    Originator: NO

    Pending requester information.

    Please provide a test case that fails with HtmlUnit, but not with browsers.

    Many thanks.

     
  • SourceForge Robot

    Logged In: YES
    user_id=1312539
    Originator: NO

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 30 days (the time period specified by
    the administrator of this Tracker).

     

Log in to post a comment.