Ralf S. Engelschall
dac23bada4
Upgrade to MM Shared Memory Library, version 1.1.3
2000-07-01 14:31:01 +00:00
Ralf S. Engelschall
49de5c120b
Upgrade to MM (Shared Memory Library), version 1.1.2
2000-05-21 09:36:41 +00:00
Ralf S. Engelschall
ab8b63caf2
Upgrade to MM Shared Memory Library, version 1.1.1
2000-04-30 18:40:29 +00:00
Ralf S. Engelschall
387db38830
Upgrade MM Shared Memory Library from version 1.0.12 to 1.1.0
2000-04-30 09:49:00 +00:00
Ralf S. Engelschall
72a78fb4c9
Upgrade to MM (Shared Memory Library), version 1.0.12
1999-09-28 12:48:33 +00:00
Ralf S. Engelschall
d2cec85336
Upgrade to MM (Shared Memory Libray), version 1.0.11
1999-09-06 12:43:35 +00:00
Ralf S. Engelschall
4d721f430c
Upgrade to MM Shared Memory Library, version 1.0.10
1999-08-27 09:57:30 +00:00
Ralf S. Engelschall
378cb79b32
Upgrade to MM Shared Memory Library, version 1.0.9.
1999-07-02 20:15:59 +00:00
Ralf S. Engelschall
eb10ee33c7
Upgrade to MM Shared Memory Library, version 1.0.7
1999-06-22 15:40:35 +00:00
Ralf S. Engelschall
d126996293
Upgrade to MM Shared Memory Library, Version 1.0.6
1999-06-06 11:17:25 +00:00
Ralf S. Engelschall
6a85f8088b
Upgrade to MM (Shared Memory Library), Version 1.0.5
1999-06-02 12:32:57 +00:00
Ralf S. Engelschall
45380e9a54
Upgrade to MM Shared Memory Library, version 1.0.4
1999-05-21 21:34:05 +00:00
Ralf S. Engelschall
7413a0faf2
Upgrade to MM Shared Memory Library, Version 1.0.3
1999-05-17 06:22:08 +00:00
Ralf S. Engelschall
12c14eb1d3
Upgrade to MM Shared Memory Library, Version 1.0.2
1999-04-26 18:24:33 +00:00
Ralf S. Engelschall
4ab4aa6aa8
Upgrade to MM Shared Memory Libray, Version 1.0.1
1999-04-18 10:58:08 +00:00
Ralf S. Engelschall
ddacb1becb
Upgrade to MM library, version 1.0.0
1999-03-28 11:55:26 +00:00
Ralf S. Engelschall
22e6d2bfa8
Import of MM, a portable shared memory library.
...
The MM library is a 2-layer abstraction library which simplifies the usage
of shared memory between forked (and this way strongly related) processes
under Unix platforms. On the first layer it hides all platform dependent
implementation details (allocation and locking) when dealing with shared
memory segments and on the second layer it provides a high-level
malloc(3)-style API for a convenient and well known way to work with
data-structures inside those shared memory segments.
This library is proposed to be used in future versions
of Apache 1.3 as the base library for shared memory pools.
1999-03-24 14:14:13 +00:00