Skip to content

openparallel/JavaTBB_POC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestNative Threads POC
======================

This is a POC that shows that Java applications can use Threaded Building Blocks (TBB) to manage threading according to TBBs paradigm. 
Thread workers can be written in Java, and it's possible to build a library that gives the TBB functionality to ordinary Java (or Groovy, JRuby, Jython, Scala?) apps.

To use:
- you'll need the GCC toolchain and a JDK, configured into your path. Also, TBB configured.
(You may need to edit the makefile for your version).

- checkout the TestNativeThreads and nativethread projects

- build nativethread (cd to nativethread/Debug and make)

- run TestThread.main with the -Djava.library.path=<blah>/nativethread/Debug option to tell it where to find libraries

About

Proof of concept using TBB routines from Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published