Alexander Vieth

Results 16 issues of Alexander Vieth

Tested and working with PostgreSQL 9.4.1.

This way, we don't have to rename every existing log file.

enhancement
question
2.0
1.*

This is similar to haskell-distributed/distributed-process#434 but instead of dropping a bundle of connections to a peer, I'd like to be able to drop or reject one lightweight connection. This could...

network-transport-tcp

```Haskell -- Identifies a "heavyweight" connection which carries 0 or more "lightweight" -- connections. type ConnectionBundle = Word32 data ErrorEvent = ... -- EventConnectionLost indicates which bundle was lost |...

feature
network-transport

This is an alternative to, and intended to solve the same problem as, issue haskell-distributed/distributed-process#406. ## New `Event`s Three new event constructors are introduced: ```Haskell data Event = ... |...

feature
network-transport

There are tests which check that the address of an `EndPoint` is equal (as a `ByteString`) to the `EndPointAddress` which appears in events like `ConnectionOpened` on a peer to which...

network-transport