ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-DBI/README
(Generate patch)

Comparing AnyEvent-DBI/README (file contents):
Revision 1.2 by root, Mon Jul 21 02:34:40 2008 UTC vs.
Revision 1.3 by root, Sat Dec 20 21:28:57 2008 UTC

23 23
24DESCRIPTION 24DESCRIPTION
25 This module is an AnyEvent user, you need to make sure that you use and 25 This module is an AnyEvent user, you need to make sure that you use and
26 run a supported event loop. 26 run a supported event loop.
27 27
28 This module implements asynchronous DBI access my forking or executing 28 This module implements asynchronous DBI access by forking or executing
29 separate "DBI-Server" processes and sending them requests. 29 separate "DBI-Server" processes and sending them requests.
30 30
31 It means that you can run DBI requests in parallel to other tasks. 31 It means that you can run DBI requests in parallel to other tasks.
32 32
33 The overhead for very simple statements ("select 0") is somewhere around 33 The overhead for very simple statements ("select 0") is somewhere around

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines