Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:Apache Portable Runtime (Score 1) 310

APR is a noble effort, but it isn't even widely adopted in Apache projects - for example Harmony. A particular weakness of APR is that it assumes a UNIX environment with all the toys that brings with it. For example, the APR interfaces for signal handling are a poor match to those of some operating systems and people using them could find their code distinctly unportable.

Slashdot Top Deals

Recursion is the root of computation since it trades description for time.

Working...