rpms/perl-POE-Component-DBIAgent/devel perl-POE-Component-DBIAgent.spec, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu Oct 5 20:50:49 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Component-DBIAgent/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29305

Modified Files:
	perl-POE-Component-DBIAgent.spec 
Log Message:
additional verbage in %descriptionwq


Index: perl-POE-Component-DBIAgent.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-DBIAgent/devel/perl-POE-Component-DBIAgent.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-POE-Component-DBIAgent.spec	5 Oct 2006 20:47:39 -0000	1.2
+++ perl-POE-Component-DBIAgent.spec	5 Oct 2006 20:50:49 -0000	1.3
@@ -17,6 +17,15 @@
 %description
 DBIAgent is your answer to non-blocking DBI in POE.
 
+DBIAgent forks off a configurable number of helper processes for
+running DBI queries.  The states that depend on the output of the
+queries only get called when there is data for them to process.  No
+more agonizing about query optimization in terms of milliseconds
+because the rest of your program will suffer.  Leave that to the
+operating system!  POE is designed for doing a lot of things
+concurrently.  Waiting isn't doing, it's waiting... :-)
+
+
 %prep
 %setup -q -n POE-Component-DBIAgent-%{version}
 




More information about the fedora-extras-commits mailing list