Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed May 8, 2011
1 parent 520e5ab commit 7ac17b2
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README
Expand Up @@ -4,15 +4,22 @@ all platform differences in this library.

http://nodejs.org/

== Design
## Supported Platforms

Microsoft Windows operating systems since Windows 2000. Build either Visual

This comment has been minimized.

Copy link
@piscisaureus

piscisaureus May 8, 2011

I don't know it it works currently, but I think eventually we will only support XP sp2 (or even XP sp3) and up.
(Unless you have some compelling reason you want to support really old windowses, then we could give it a shot.)

Studio or MingW.

Linux 2.6 and MacOS using the GCC toolchain.

## Design

The goal of this library is to provide high-concurrency high-performance I/O
on all operating systems. This is a large undertaking. Some of the API
decisions may seem arbitrary but are actually borne out of various specific
platform issues.

=== oio_read_start(), oio_read_stop()
## oio_read_start(), oio_read_stop()

Originally we wanted to provide a asynchronous read function that was
similar to
similar to WSARecv().

0 comments on commit 7ac17b2

Please sign in to comment.