Showing 130 open source projects for "java thread dump"

View related business solutions
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
    Learn More
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
    Learn More
  • 1

    JavaMutex

    Provides 100% pure Java mutual exclusion.

    Freely redistributable open source 100% pure Java for mutual exclusion. Read-write and read-only reentrant lock, condition variable, atomic wraps for Boolean, Integer, Long, and Reference. Cell pool with optional locking, object exchanger, Intersect.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A Thread and Task Manager. Execute Tasks in a Thread Pool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Java Call Trace to UML Sequence Diagram
    This tool helps you to reverse engineer UML Sequence Diagram for your java program at runtime. It works well with both complex java programs (that have multiple threads) and J2EE applications deployed on Application Servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Jafaran

    Fast and more random implementations of java.util.Random.

    Jafaran (Java Fast Random) provides fast, and for some more random, implementations of java.util.Random, with additional nextXXX() methods, and methods to retrieve and restore state. The names of implementations contain "Conc" (for concurrent) if they are thread-safe and non-blocking, or "Seq" (for sequential) if they are not thread-safe. Also provides an implementation of Ziggurat algorithm (based on J. A. Doornik paper, 2005), used by nextGaussian() methods of the provided...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Secure Workspace for Remote Work Icon
    The Secure Workspace for Remote Work

    Venn isolates and protects work from any personal use on the same computer, whether BYO or company issued.

    Venn is a secure workspace for remote work that isolates and protects work from any personal use on the same computer. Work lives in a secure local enclave that is company controlled, where all data is encrypted and access is managed. Within the enclave – visually indicated by the Blue Border around these applications – business activity is walled off from anything that happens on the personal side. As a result, work and personal uses can now safely coexist on the same computer.
    Learn More
  • 5
    cachelet

    cachelet

    Cachelet - the simplest java framework for general purpose caching

    Cachelet is a java framework for general purpose caching very simple and easy to use. And it has everything you need for caching without complications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GDBServer Extender (gdbx)

    GDBServer Extender (gdbx)

    Extend GDB Server feature, OS Aware Debugging, Thread Stack Checking

    GDBServer Extender(gdbx)顾名思义就是为GDB调试扩展一些本来没有的功能。例如线程(任务)感知调试(OS Aware)、线程(任务)堆栈检查等。支持FreeRTOS、eCos。支持OpenOCD、J-Link、QEMU。支持Cortex-M、i386。 请移步https://code.csdn.net/zoomdy/gdbx获得更多内容。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    JHCaching

    Lightweight LRU Caching library with persistence

    LRU caching map is Least Recent Used Map, (see Wiki), meaning that a Key,Value pair is stored in the cache, with a "expireTime", but every time the Key is retrieved (get method) the expire time is extended. It is a simple POJO one jar library. With complete documentation with examples and javadoc. When the cache reaches is "maxSize" or a cleanup of the cache is performed (automatically by deamon thread dependent on the "LRUCachingMapConfiguration"), it is the keys with least recent used...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The Panini Language

    The Panini Language

    Better Modularity, Better Concurrency

    This project makes the compiler and tools for the Panini language available. A central goal of the Panini language is to make concurrent programming easier and less error-prone. The main new feature in Panini is called a capsule. A capsule is like an actor but better because it largely retains the traditional approach for reasoning about programs as a sequence of operations, abstracts away all details of thread creation and locking, and supports fully-automatic compile-time analysis of common...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Easy Simple Network Library

    A MINA-like, cross-platform C++ network library based on boost::asio

    The full name of "esnetwork" is "easy simple network library". It is a cross-platform C++ network library based on boost::asio (http://think-async.com). It aims to be a simple, easy-to-use and full-featured networking framework, like MINA in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Recruit and Manage your Workforce Icon
    Recruit and Manage your Workforce

    Evolia makes it easier to hire, schedule and track time worked by frontline in medium and large-sized businesses.

    Evolia is a web and mobile platform that connects enterprises with 1000’s of local shift workers and offers free workforce scheduling and time and attendance solutions. Is your business on Evolia?
    Learn More
  • 10
    As of now, you can get Ehcache only from ehcache.org or Maven central. A simple, fast, thread safe, standards based cache for Java, and provides memory and disk stores and distributed operation for clusters. ehcache is widely used in such open source projects as Hibernate and Spring. Terracotta offers enterprise edition
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    lockviz

    lockviz

    Visualization of Java thread dumps

    This tool allows the user to load, visualize and analyse Java thread dumps that are generated by Visual VM. Please see the Wiki for a Quick Start guide and tutorials.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Core Analyzer

    Core Analyzer

    A power tool to debug core dump, memory corruption, optimized code.

    The project is now hosted on github: https://github.com/yanqi27/core_analyzer.git Core analyzer is a power tool to debug memory issues. With ever increasing complexity and dataset size of application programs, it is very challenging to find the root cause of a memory bug. Programmers often use debugger to go through many contexts or data objects in order to hunt down a suspicious variable or object. However, the task is boring, prone to error and usually fruitless. By parsing a core dump...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 13
    Java Wiki Bot Framework
    Java Wiki Bot Framework helps with wiki (MediaWiki) site management. It allows to build robots to edit and dump information from Wikis. For more information and features see project homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    OpenPatientOS

    OpenPatientOS

    OpenPatientOS is an information system for managing patient records

    It can support a small clinic or hospital in managing patient personal, medical, and billing records through an easy to use Swing user interface. How to install: i. Simply import the database dump from the database folder to create the necessary tables for the system to run. You can use either phpMyAdmin for localhost; Microsoft SQL Server; or simply Query Browser for MySQL. Other database environments have not been tested hence I don't guarantee their adaptability. ii. Run and Build...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    RapidJDBC

    RapidJDBC - Java library for easier JDBC and SQL development

    A JDBC wrapper build on AspectJ interceptors. Annotation based solution. Also provides a simple ORM for entities. For information please visit homepage or read readme.md file from source and release.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Big Sack

    Big Sack: A lightweight Java Key/Value store with undo and disk cache.

    Big Sack is a Java persistence mechanism that allows storage of key value pairs following the popular Big Data paradigms. Its a very simple and straightforward way to bridge the gap between in-memory data structures and long-term storage. It has the convenience of Java SDK TreeMap and TreeSet classes and is used the same easy way, but it includes rollback through undo logging to checkpoint data so it does not wind up in an unknown state regardless of failures. Data storage in the exabyte range...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PROJECT MOVED: https://github.com/workplacesystems/utilsj Various Java utility classes including transactional collections, collection helpers, synchronisation utilities, thread utilities and build utilities classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Java Secure String

    Java class for secure long-term in memory storage of sensitive strings

    A compact fast performing Java class SecureString enables long-term storage of sensitive strings that is resilient against a privileged insider, i.e. makes it hard to introspect its content from a memory dump. Click the home page link for a white paper with details and discussion on the subject of in-memory storage of sensitive data in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A full-featured, lean set of date/ time classes to replace java.util's Date and Calendar. All objects are immutable/threadsafe, and allow formatting and various kinds of date math and range operations. Note that only GregorianCalendar is supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The Micro C++ Library (libmicxx) is a small set of portable and easy to use classes providing core features commonly used in modern applications. It is based completely on the Standard C++ Template Library (STL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Thimble

    An asynchronous task execution library for Java

    Thimble is a multi-thread Executor implementation that supports sequential and coalescing tasks. Sequential tasks are guaranteed to run in order, sequentially (but may run in different threads). Coalescing tasks are tasks where only the latest submitted task needs to be executed (effectively overwriting previously submitted tasks). Sequential and coalescing tasks are mutually exclusive.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    silvertunnel - Java lib+browser for TOR
    silvertunnel.org is a project that provides an end-user browser, a Java library and additional Java security tools to easily access anonymity networks such as the Tor (torproject.org) network. Secure and easy to use. Tor4Java and Tor Browser. Attention: see project status on page https://sourceforge.net/p/silvertunnel/discussion/962278/thread/83dc2d02/#
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    AWK~plus is the next generation script practice environment. The AWK Language specifications and a main extension of GNU GAWK. Combination of Dynamic and Static typing. Parallel computing that a lock is free, and is thread safe at a language level.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    JActor

    JActor

    High Performance, Lock Free Java Actors

    JActor is a high-performance actor framework designed to make vertical scalability easy. JActor achieves its speed, in part, by almost always executing synchronously--though it is easy enough to force asynchronous processing when needed. JActor is divided into several GitHub projects: JActor - https://github.com/laforge49/JActor JID - https://github.com/laforge49/JID JFile - https://github.com/laforge49/JFile JANetty - https://github.com/kumarshantanu/JANetty
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Jepp (Java Embedded Python) embeds CPython in Java. It is stable and thread-safe, and is suitable for many different scripting needs. Note: for most purposes Jep is now at https://github.com/mrj0/jep Releases can be found on pypi: https://pypi.python.org/pypi/jep/3.1.0
    Downloads: 0 This Week
    Last Update:
    See Project