Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rottmanja
  • Content: Threads
  • Order by date
  1. rottmanja

    Perl daemon with Threads

    I have since updated my threading code since my last post. Currently everything works great when I test my code with out trying initialize the code as a daemon. The issue that I run into when I try to initialize the code with a perl daemon is. The first iteration of the code works perfectly...
  2. rottmanja

    Java PDF Extension

    I am working on an application that just had the parameters changed. Originally the application was designed to use tiff files. Now I was asked to use pdf files instead. My application reads barcodes off of a document and then sorts the files based on the information from the barcode. Thus...
  3. rottmanja

    Moving Files

    I have run into a weird issue with moving files. When attempting to move a file from one directory to another. The move works somewhat. I have these directories/files: From: /mnt/fds-phx/docTmp/coded/1.tif to: /mnt/fds-phx/plSystem/transactions/active/98E98657-D4A3-6B6B-EF2990B199D75814/tmp...
  4. rottmanja

    Segfaults with threading

    I am working on a perl app that uses multiple threads to handle multiple instances of the same sub routine. During testing, I have run into an issue with segfaults after the first thread is created and the sub routines have started to process. During the creation of the second thread is where I...

Part and Inventory Search

Back
Top