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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.