-
I couldn't find any info about the state of multithreading in this library. Can you please explain more?
-
Hi,I'm converting odt to pdf with a multithread application 10-20 thread
I'm using 1.0.5 on windows 7 64 bit with these libraries
org.odftoolkit.odfdom.converter.pdf-1.0.5.jar
org.odftoolkit.odfdom.…
-
```
I would like to be able to use connections in more than one thread. The main
reason for this is that I make extensive use of temporary tables: build a list
in a background thread using a number …
-
Sarebbe una buona idea migliorare gli script che necessitano grandi output, sfruttando un po' di multithreading. Dimmi tu quali sono ed io procedo.
-
Make multi-threading effective again.
See if it can be used for temporal compounding in sensorimotor inference, which likely would bring the biggest performance gain.
-
Tesseract and poppler only produce pages one by one now. When there are dozens of pages, it work slowly.
Can we increase multithreading processing capability
-
Conversion of files could be multithreaded maybe someday to improve performance.
Testing for large files is necessary to determine if it is even necessary to multithread the conversion.
-
So i took some time to do some debugging, and since there is no issue for that, im creating a new one to share some of my basic findings.
It seems like an issue with Node duplication, my first idea w…
-
Currently a single CPU is used to process RDF files. Consider multithreading and use available CPUs in the system (or let the user enter from command-line e.g., `--cpu 4`). I suspect that this would b…
-
Hi,
In the following code d1.detect_face is working properly but when I call d2.detect_face the program get stocked and nothing happens. I think there should be a problem with multi thread processing…