-
# General Idea
We are planning to implement an asnyc task, which is the task do not need to hold the worker thread during running. This is meaningful when our servlet is supposed to perform some s…
-
Running into an issue trying to run the Oracle Database Docker container built using the Oracle SOA Suite instructions. The output and log files do not show any errors that I see, so hoping I can get …
-
The event manager is based on an old design. It was intended to be a queue for game, OS and maybe other events. It should only handle user input and maybe windowing events from the OS.
Its API needs…
-
## History: The `Static` wrapper
If you have been using RTFM `claim`s you probably have noticed this "pattern":
``` rust
r.FOO.claim_mut(|foo| {
**foo += 1;
});
```
Here you need a *d…
-
Hello,
I am running bridge from netmap apps. If the traffic is untagged there is no problems.
But when the packets is tagged I am receive it on second port without vlan tag.
The test staging is…
-
With game state management mostly stable, the next step is to implement an entity-component-system framework in the engine. This framework must follow the [pure ECS model](http://shaneenishry.com/blog…
-
In OSX, if I try to run the benchmarks with the "async" option, I get "premature EOF" errors.
The problem is that `sem_init()` is unsupported in OSX. It always fails and returns -1.
Therefore, I rec…
-
The buddy allocator currently uses the bitmap to track allocated and split blocks but the allocator locks before allocating or freeing blocks. Since the bitmap provides atomic operations only, the lo…
-
#### Relax-and-Recover (rear) Issue Template
Please fill in the following items before submitting a new issue (quick response is not guaranteed with free support):
* rear version (/usr/sbin/rear…
-
# Issue Type
- Feature request
# Molecule and Ansible details
```
ansible 2.4.1.0
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/home/user/.ansible/plugins/…