Sponsored Content
Full Discussion: Parallel process in java
Top Forums Programming Parallel process in java Post 302640037 by jlliagre on Monday 14th of May 2012 03:15:35 AM
Old 05-14-2012
Quote:
Originally Posted by chercheur857
Please Are both threads execute in parallel?
Yes, unless the first launched complete too fast, the second one will run in parallel with the first one. They will run simultaneously (jim mcnamara point) only if more than one core/cpu is available to your JVM, otherwise, they will use distinct slices of CPU time.
This User Gave Thanks to jlliagre For This Post:
 

We Also Found This Discussion For You

1. Shell Programming and Scripting

Monitoring processes in parallel and process log file after process exits

I am writing a script to kick off a process to gather logs on multiple nodes in parallel using "&". These processes create individual log files. Which I would like to filter and convert in CSV format after they are complete. I am facing following issues: 1. Monitor all Processes parallelly.... (5 Replies)
Discussion started by: shunya
5 Replies
dimbl(1)						      General Commands Manual							  dimbl(1)

NAME
dimbl - Distributed Timbl SYNOPSYS
dimbl [timbl options] [-S <num of threads>] DESCRIPTION
dimbl extends timbl with the possibility to run the classification task on multiple threads. This is done by splitting up the Instancebase in parts that are handled in parallel. Every test instance is tested against each partial Instancebase. The results are merged and then the k Nearest Neighbours are calculated. NOTES
dimbl only works for the IB1 variants of timbl. Not all timbl options are fully supported. Documentation is lacking. OPTIONS
-S <threads> run the server on 'threads' parallel threads. all timbl options are documenented in timbl(1) dimbl handles most of them in the same way as timbl except for -i filename and -I filename -I will create 'threads' Instancebase files and store their names in 'filename' together with the name of the weighting file. -i will use such a file to read back in 'threads' Instancebases for a classifying task. The -S option is ignored in that case. dimbl will use the number of files found in 'filename'. BUGS
possibly AUTHORS
Ko van der Sloot Timbl@uvt.nl Antal van den Bosch Timbl@uvt.nl SEE ALSO
timbl(1) 2010 december 09 dimbl(1)
All times are GMT -4. The time now is 08:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy