Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in concurrency
Missing updates with locks and ConcurrentHashMap
May 18, 2022
java
multithreading
concurrency
Emulating a memory barrier in Java to get rid of volatile reads
Oct 31, 2022
java
memory
concurrency
volatile
Kotlin concurrency for ConcurrentHashMap
Aug 31, 2022
java
kotlin
concurrency
java.util.concurrent
thread-synchronization
Do stored procedures lock tables/rows?
Nov 10, 2022
sql-server
tsql
sql-server-2008
stored-procedures
concurrency
For .NET 3.5 how would you make a thread-safe get or add cache?
Jun 13, 2018
c#
concurrency
Java :Questions on clone method
Dec 21, 2018
java
concurrency
singleton
clone
Online Ticket Booking using PayPal: Prevent multiple visitors from buying same ticket
Aug 19, 2021
concurrency
paypal
conditional-statements
payment
race-condition
Best way of running two threads alternatively?
Sep 11, 2022
java
concurrency
Future.cancel() is not cancelling the scheduled execution of ScheduledExecutorService
Dec 14, 2018
java
multithreading
concurrency
executorservice
java.util.concurrent
How to safely use UniqueEntity (on sites with more than one simultaneous user)
Jul 12, 2021
php
symfony
concurrency
doctrine-orm
Transform data stream using processor implemented via Flow APIs
May 14, 2022
java
concurrency
java-8
java-9
data-stream
Can you use Future/Futuretask objects with Spring TaskExecutors?
Aug 17, 2022
java
spring
concurrency
future
futuretask
Publishing Non-Thread Safe Object Fields in a Thread-Safe Manner
Oct 31, 2022
java
concurrency
thread-safety
composition
mutability
Does Producer/Consumer model equal Actor?
Sep 22, 2022
multithreading
concurrency
producer-consumer
actor
How to avoid ConcurrentModificationException in multi-threaded code
Nov 06, 2022
java
collections
concurrency
How to write a simple thread-safe class using a volatile variable?
Oct 19, 2022
java
multithreading
concurrency
java-memory-model
How do final fields prevent other threads from seeing partially constructed objects?
Aug 07, 2019
java
concurrency
How to test if java Future is complete?
May 11, 2022
java
concurrency
java.util.concurrent
Java: two WAITING + one BLOCKED threads, notify() leads to a livelock, notifyAll() doesn't, why?
May 01, 2022
java
multithreading
concurrency
notify
livelock
Why remark phase is needed on concurrent GC
Nov 09, 2022
java
concurrency
garbage-collection
« Newer Entries
Older Entries »