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.12 by root, Mon Jun 29 08:25:05 2009 UTC vs.
Revision 1.13 by root, Sat Oct 23 21:47:13 2010 UTC

234 234
235=item exec_server => 1 235=item exec_server => 1
236 236
237If you supply an C<exec_server> argument, then the DBI server process will 237If you supply an C<exec_server> argument, then the DBI server process will
238fork and exec another perl interpreter (using C<$^X>) with just the 238fork and exec another perl interpreter (using C<$^X>) with just the
239AnyEvent::DBI proxy running. This will provide the cleanest possible porxy 239AnyEvent::DBI proxy running. This will provide the cleanest possible proxy
240for your database server. 240for your database server.
241 241
242If you do not supply the C<exec_server> argument (or supply it with a 242If you do not supply the C<exec_server> argument (or supply it with a
243false value) then the traditional method of starting the server by forking 243false value) then the traditional method of starting the server by forking
244the current process is used. The forked interpreter will try to clean 244the current process is used. The forked interpreter will try to clean

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines