Just curious of what people think of porting either the Apache Portable Runtime library or Netscape Portable Runtime. Both of these projects seem to have a nice set of features.
The latest APR includes Atomic operations, Dynamic Shared Object Loading, File I/O, Locks, Memory management, Memory-maped files, multicast sockets, network i/o, shared memory, thread and process management, data structures(tables, hashes, priority queues,etc).
Apache Portable Runtime
http://apr.apache.org/
Netscape Portable Runtime
http://www.mozilla.org/projects/nspr/
Anyone had any experience with either of these? It could be that they won't add any value at this level?
David. aka Oobles.
Any value in a APR or NSPR port?
-
- Site Admin
- Posts: 347
- Joined: Sat Jan 17, 2004 9:49 am
- Location: Melbourne, Australia
- Contact:
It wasn't so much if current projects use them, but if future projects might find them useful. I've got no interest in porting Firefox or Apache, however, parts of those projects could be useful. I've got a few ideas for some networking based apps I'd like to do. Developing them in a portable way would be a plus.