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

Comparing AnyEvent-DBI/DBI.pm (file contents):
Revision 1.5 by root, Mon Jun 9 15:30:41 2008 UTC vs.
Revision 1.6 by root, Thu Jun 12 11:56:59 2008 UTC

32separate "DBI-Server" processes and sending them requests. 32separate "DBI-Server" processes and sending them requests.
33 33
34It means that you can run DBI requests in parallel to other tasks. 34It means that you can run DBI requests in parallel to other tasks.
35 35
36The overhead for very simple statements ("select 0") is somewhere 36The overhead for very simple statements ("select 0") is somewhere
37around 120% to 200% (single/dual core CPU) compared to an explicit 37around 120% to 200% (dual/single core CPU) compared to an explicit
38prepare_cached/execute/fetchrow_arrayref/finish combination. 38prepare_cached/execute/fetchrow_arrayref/finish combination.
39 39
40=cut 40=cut
41 41
42package AnyEvent::DBI; 42package AnyEvent::DBI;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines