Alexander Vershilov
Alexander Vershilov
[Imported from JIRA. Reported by Tim Watson [Administrator] @hyperthunk) as [DP-64](https://cloud-haskell.atlassian.net/browse/DP-64) on 2013-02-01 08:44:42] There are some _very_ useful data structures which are currently internal to d-p. I would like...
[Imported from JIRA. Reported by Tim Watson [Administrator] @hyperthunk) as [DP-66](https://cloud-haskell.atlassian.net/browse/DP-66) on 2013-02-11 22:56:25] Integrate the changes described in https://groups.google.com/forum/?fromgroups=#!topic/cloud-haskell-developers/Xb39WZSCdTI
[Imported from JIRA. Reported by Niklas Hambuechen @[email protected]) as [DP-67](https://cloud-haskell.atlassian.net/browse/DP-67) on 2013-02-12 18:12:08] Assume I write a function ``` haskell f :: (ProcessId, ProcessId) -> Process () ``` `remotable ['f]`...
[Imported from JIRA. Reported by Tim Watson [Administrator] @hyperthunk) as [DP-71](https://cloud-haskell.atlassian.net/browse/DP-71) on 2013-03-11 16:22:25] As per https://github.com/snoyberg/posa-chapter/blob/master/warp.md#performance-of-warp, the built in timeout functionality is quite expensive (requiring an additional user thread)....
[Imported from JIRA. Reported by Tim Watson [Administrator] @hyperthunk) as [DP-72](https://cloud-haskell.atlassian.net/browse/DP-72) on 2013-03-28 16:59:56] As (another) optimisation, we could take advantage of recent improvements to the binary package that allow...
Write a script-driven `Network.Transport` implementation with which we can test for specific network failures, and then use QuickCheck to generate scripts (similar to how `ByteString` is tested).
In line with issue #97 there are times when you'd like to get an overview of running processes in your system. Issue #89 is already starting to provide some of...
[Imported from JIRA. Reported by Facundo Dominguez @facundominguez) as [NTTCP-12](https://cloud-haskell.atlassian.net/browse/NTTCP-12) on 2015-05-27 20:55:45] The handler of incomming requests is waiting on the {{crossed}} MVar before accepting an incoming connection. This...