-
I have a web application that makes a few AJAX calls to a few Spring-Data-REST endpoints when the page loads. When more than 4 or 5 requests are made to the server from my app, I get the following bac…
ghost updated
11 years ago
-
Hi,
I'm switching from RabbitMQ to Redis and have some issues with some tasks that need to exit().
We use python reactor to connect to a distant server. As python reactor is not restartable we used …
-
It seems the underlying FMDB database is sometimes accessed from multiple threads at the 'same time'. My app isn't using any concurrency, dispatch queues or threads, yet I'm running into these issues …
-
After the initial connection and first successful broadcasts the following exception is thrown:
``` java
23:13:37.127 DEBUG [/chat-AsyncWrite-0] o.a.c.DefaultBroadcaster [DefaultBroadcaster.java:916]…
-
Hello.
I've been trying without success to run glacier Backup with mt-aws-glacier. My source directory is just a few scripts gathered for testing.
``` bash
./mtglacier.pl sync --config=/home/pi/glac…
-
java.text.SimpleDateFormat isn't thread safe (mentioned in the javadoc). You should either:
- create a new instance for each use
- synchronize the use
- or use another formatter (e.g. FastDateFormat f…
-
Hi,
I was about to propose a [patch](https://github.com/refuge/couch_core/commit/a03c488f934bbfbe1079c8cc07c95ef6d2d2ebe1) to eventually replace our use of icu by ux in CouchDB but actually you are …
-
I just got a failing spec:
```
1) Neo4j::Node#rule rule node created from concurrent threads
Failure/Error: Reader.all.to_a.should =~ readers
expected collection contained: [#]
…
-
Do we need to lock files so they cant be overridden?