Skip to content
#

thread-pool

Here are 129 public repositories matching this topic...

1. Client-Server Communication: Understanding TCP, HTTP, and DNS for efficient data exchange. 2. Operating System Integration: Integrating sockets with OS for connection management. 3. Server Architecture: Comparing single-threaded vs. multithreaded servers for concurrency. 4. Thread Pools: Utilizing thread pools for optimized resource allocation

  • Updated Jul 13, 2024
  • Java
transmittable-thread-local

📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.

  • Updated Jul 11, 2024
  • Java

Examples covering Concurrent Programming in Java using Threads, Atomic Classes, Concurrent Collections, Synchronized blocks, Synchronizers, Locks, Executors Class, Executor Service interface, Runnable, Callable Threads, Deadlocks, Livelocks, ThreadLocal types and CompletableFutures

  • Updated Jun 24, 2024
  • Java

This is a very efficient matrix multiplication calculator built using Java and its concurrency libraries. It can be used to multiply matrices populated using a random seed, but it can also be modified to use predefined values. The difference in efficiency using 1 thread can be compared to using more threads.

  • Updated May 8, 2024
  • Java

Improve this page

Add a description, image, and links to the thread-pool topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the thread-pool topic, visit your repo's landing page and select "manage topics."

Learn more