Showing 17 open source projects for "concurrent java"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    Akka

    Akka

    Build concurrent, distributed, and resilient message-driven apps

    Build powerful reactive, concurrent, and distributed applications more easily. Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala. Actors and Streams let you build systems that scale up, using the resources of a server more efficiently, and out, using multiple servers. Building on the principles of The Reactive Manifesto Akka allows you to write systems that self-heal and stay responsive in the face of failures. Up to 50...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    MMKV for Android

    MMKV for Android

    An efficient, small mobile key-value storage framework

    MMKV for Android is an efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. Efficient. MMKV uses mmap to keep memory synced with file, and protobuf to encode/decode values, making the most of Android to achieve best performance. MMKV supports concurrent read-read and read-write access between processes. Easy-to-use. You can use MMKV as you go. All changes are saved immediately, no sync, no apply calls needed. MMKV contains...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3

    Linpac

    Amateur Radio AX.25 chat and PBBS program using Linux's AX.25 stack

    A modular console-oriented amateur radio AX.25 keyboard to keyboard chat and PBBS program using Linux's AX.25 stack. Includes support for multiple concurrent connected sessions, a unconnected (UI) message screen, and an automated packet message client
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    pj-ftp-server

    pj-ftp-server

    Pure Java FTP server. Free portable cross-platform multi-threaded.

    ... support 12) Support limit max concurrent logins 13) Support limit max concurrent logins per IP 14) Need JRE-1.8: https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html Source = https://github.com/harp077/pj-ftp-server If you like this - put a star on https://github.com/harp077/pj-ftp-server/ for support project please.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 5
    jfRDP

    jfRDP

    Remote Desktop (RDP) Server/Client for Windows Vista or higher

    Remote Desktop (RDP) Server/Client for Windows Vista or higher (any edition). Uses Windows Desktop Sharing API. Supports multiple concurrent users with view only mode (screen broadcasting).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Java language binding for pismo file mount. Create virtual folders in java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Project provides a set of concurrent building blocks (Java & C/C++) that can be used to develop parallel/multi-threaded applications. Components are grouped into 4 categories: 1.Data Structures 2. Parallel Patterns 3.Parallel functions 4.Atomics and STM
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Skwish is a fast, simple, lightweight Java library for storing blobs on the file system. It allows multiple concurrent readers and writers, provides all-or-nothing write semantics, and is designed to survive abnormal, unclean shutdown.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CoDeK - Java Concurrent Development frameworK is a very simple, open-source, academic java library aimed to help the development of Java multi-threading concurrent applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 10
    MultiJADS is a domain independent multiagent active design documents shell. It uses multiagent technology to support activities in concurrent and distributed design systems and is based on the Active Design Documents (ADD) approach.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Raindrop is a Java based framework based on SEDA (Staged Event Driven Architecture) principles. It focuses on providing highly concurrent server side throughput by managing and controlling Thread usage and concurrency primitives.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Java program to extract postings and comments from http://www.livejournal.com (blog) into DB and view/classify/process it. LJ loader. Components to reuse: perl-like, but efficient Web pages scraper, trees analyzer, concurrent scheduler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The project Mandala helps the development of concurrent and/or distributed applications. It is based on the asynchronous reference concept which provide asynchronous and potentially remote method invocation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    LeverPack is a small, transaction based, secure, concurrent, and efficient record repository management engine written in Java. It provides READ_COMMITTED transaction isolation level supported read/write access to user data records.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    WebPAJ (pronounced "web page") is an XML based Java application that simulates multiple concurrent users and can be used to identify bottlenecking and capacity constraints on your web site and web applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    WebLOQ IO is a Java NIO framework which allows for tens of thousands of concurrent TCP/IP connections through a very small thread pool (assuming proper OS and network settings). There is built in support for SSL and non-SSL connections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Chor

    A choreography programming language for concurrent systems

    Chor is a strongly-typed choreography programming language for distributed systems. In Chor, the behaviour of a system is written down as a global program (a choreography) where all the message exchanges between the participants are explicit. Choreographies are statically checked against protocol specifications, given as types, enabling type-directed global programming. Finally, Chor supports the automatic generation of systems from a choreography. With Chor, you do not have to worry about...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.