stas        02/04/16 20:21:45

  Modified:    src/outstanding/success_stories singlesheaven.com.pod
                        singlesheaven.com.txt
  Log:
  remove html
  Submitted by: Per Einar Ellefsen <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.3       +11 -13    
modperl-docs/src/outstanding/success_stories/singlesheaven.com.pod
  
  Index: singlesheaven.com.pod
  ===================================================================
  RCS file: 
/home/cvs/modperl-docs/src/outstanding/success_stories/singlesheaven.com.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- singlesheaven.com.pod     14 Apr 2002 06:40:13 -0000      1.2
  +++ singlesheaven.com.pod     17 Apr 2002 03:21:45 -0000      1.3
  @@ -21,21 +21,19 @@
   
   =back
   
  - <STRONG>Singles Heaven</STRONG> - http://singlesheaven.com is a
  - <STRONG>Match Maker</STRONG> site with 34,000+ members and
  - growing. The site is driven by mod_perl, DBI, <CODE>Apache::DBI</CODE>
  - (which provides a persistence to DB connections) and mysql. The speed
  - is enormous, chatting with mod_perl is a pleasure of experience.
  - Every page is being generated by about 10 SQL queries, for it does
  - many dynamic checks every time - like checking for new emails,
  - watching the users who registered in their watchdog and many more. You
  - don't feel these queries are actually happen, the speed is of the
  - ``Hello World'' script.
  + Singles Heaven - http://singlesheaven.com is a Match Maker site with
  + 34,000+ members and growing. The site is driven by mod_perl, DBI,
  + Apache::DBI (which provides a persistence to DB connections) and mysql.
  + The speed is enormous, chatting with mod_perl is a pleasure of experience.
  + Every page is being generated by about 10 SQL queries, for it does many
  + dynamic checks every time - like checking for new emails, watching the
  + users who registered in their watchdog and many more. You don't feel these
  + queries are actually happen, the speed is of the ``Hello World'' script.
    
   
  - Development path was very short, I have converted plain CGI scripts to
  - run under mod_perl (Apache::Registry) almost in no time!!! If you are
  - into a database driven service, give mod_perl a try !!!
  + Development path was very short, I have converted plain CGI scripts to run
  + under mod_perl (Apache::Registry) almost in no time!!! If you are into a
  + database driven service, give mod_perl a try !!!
    
   
    
  
  
  
  1.2       +14 -16    
modperl-docs/src/outstanding/success_stories/singlesheaven.com.txt
  
  Index: singlesheaven.com.txt
  ===================================================================
  RCS file: 
/home/cvs/modperl-docs/src/outstanding/success_stories/singlesheaven.com.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- singlesheaven.com.txt     13 Apr 2002 17:42:10 -0000      1.1
  +++ singlesheaven.com.txt     17 Apr 2002 03:21:45 -0000      1.2
  @@ -1,21 +1,19 @@
  -From      : Stas Bekman <[EMAIL PROTECTED]>
  -Date        : Fri, 14 May 1999 10:06:24 +0200
  -Subject     : Singles Heaven
  +From: Stas Bekman <[EMAIL PROTECTED]>
  +Date: Fri, 14 May 1999 10:06:24 +0200
  +Subject: Singles Heaven
   Organization: Singles Heaven
   
  -<STRONG>Singles Heaven</STRONG> - http://singlesheaven.com is a
  -<STRONG>Match Maker</STRONG> site with 34,000+ members and
  -growing. The site is driven by mod_perl, DBI, <CODE>Apache::DBI</CODE>
  -(which provides a persistence to DB connections) and mysql. The speed
  -is enormous, chatting with mod_perl is a pleasure of experience.
  -Every page is being generated by about 10 SQL queries, for it does
  -many dynamic checks every time - like checking for new emails,
  -watching the users who registered in their watchdog and many more. You
  -don't feel these queries are actually happen, the speed is of the
  -``Hello World'' script.
  +Singles Heaven - http://singlesheaven.com is a Match Maker site with
  +34,000+ members and growing. The site is driven by mod_perl, DBI,
  +Apache::DBI (which provides a persistence to DB connections) and mysql.
  +The speed is enormous, chatting with mod_perl is a pleasure of experience.
  +Every page is being generated by about 10 SQL queries, for it does many
  +dynamic checks every time - like checking for new emails, watching the
  +users who registered in their watchdog and many more. You don't feel these
  +queries are actually happen, the speed is of the ``Hello World'' script.
   
  -Development path was very short, I have converted plain CGI scripts to
  -run under mod_perl (Apache::Registry) almost in no time!!! If you are
  -into a database driven service, give mod_perl a try !!!
  +Development path was very short, I have converted plain CGI scripts to run
  +under mod_perl (Apache::Registry) almost in no time!!! If you are into a
  +database driven service, give mod_perl a try !!!
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to