Skip to content

jaimebrolesi/fibers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fibers

This project aims to evaluate the concept of using Fibers instead normal Java Threads.

Getting started

Starts the postgres docker container for JPA test with this command-line:

$ docker run -p 5432:5432 -e POSTGRES_DB=fibers -d postgres

Do not forget to change the port if you have a postgres service running in your machine.

Usage

Use the agent that is in the path: /src/main/resources/agent/quasar-core-0.7.9.jar (run with javaagent)

Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages