stas        2004/02/23 15:41:27

  Modified:    src/outstanding/success_stories config.cfg
                        isoldmyhouse.com.pod
  Added:       src/outstanding/success_stories whenu.com.pod whenu.com.txt
  Log:
  whenu.com success story
  
  Revision  Changes    Path
  1.8       +1 -0      modperl-docs/src/outstanding/success_stories/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/outstanding/success_stories/config.cfg,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- config.cfg        12 Jun 2003 03:57:01 -0000      1.7
  +++ config.cfg        23 Feb 2004 23:41:27 -0000      1.8
  @@ -34,6 +34,7 @@
           'sms_server.pod',
           'tamu.pod',
           'tgix.pod',
  +        'whenu.com.pod',
           'winamillion.msn.com.pod',
           'wmboerse.pod',
           'www.afp-direct.com.pod',
  
  
  
  1.2       +1 -1      
modperl-docs/src/outstanding/success_stories/isoldmyhouse.com.pod
  
  Index: isoldmyhouse.com.pod
  ===================================================================
  RCS file: 
/home/cvs/modperl-docs/src/outstanding/success_stories/isoldmyhouse.com.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- isoldmyhouse.com.pod      12 Jun 2003 03:57:01 -0000      1.1
  +++ isoldmyhouse.com.pod      23 Feb 2004 23:41:27 -0000      1.2
  @@ -9,7 +9,7 @@
   
   =head1 NAME
   
  -isoldmyhouse.com
  +mod_perl 2.0 drives isoldmyhouse.com
   
   =head1 "Chris Faust" E<lt>cfaust (at) doyougot.comE<gt> exclaimed:
   
  
  
  
  1.1                  
modperl-docs/src/outstanding/success_stories/whenu.com.pod
  
  Index: whenu.com.pod
  ===================================================================
  ###################################################
  # WARNING: Do not edit this file!
  #          If you do the changes will be lost!
  # Instead edit the corresponding .txt file and run make.pl
  #
  # Don't forget to commit the changes to both .txt and the generated
  # .pod to cvs, since others won't run the local make.pl
  ####################################################
  
  =head1 NAME
  
  Mod_perl 2 used to generate aggregated search results and contextually 
targeted advertisements.
  
  =head1 "Richard F. Rebel" E<lt>rrebel (at) whenu.comE<gt> exclaimed:
  
  =over
  
  =item * 
  
  Date: Mon, 23 Feb 2004 15:10:31 -0500
  
  =item * 
  
  Traffic: 12Million per day
  
  =item * 
  
  URL: http://bidtxt.whenu.com/Search?templ=12%26kw=fitness%26num=3
  
  =back
  
    The two applications listed above are part of a suite of applications
    that provide bid text results to around 30 million client software
    installations around the globe.  Roughly 12 million dynamically
    generated pages are created daily and the volume is ever increasing.  We
    expect to increase to 50 million pages per day over the next 3 months.
    
    Bid text results are provided by third parties via HTTP.  For every
    impression, a connection to a remote HTTP server is initiated with query
    arguments derived from the initial request.  Results are returned in XML
    format and normalized to match our internal DTD.  The applications then
    perform selection based on various criteria, search and replacements. An
    XSL transform with a template is executed to create the resulting page
    which is then returned to the requesting client.  The entire process
    usually executes in less than .3 seconds per request.
    
    Due to the nature of the type of application and it's dependency on
    remote HTTP servers providing data, the wily nature of the internet, and
    the sheer volume of clients and requests, extensive use of timeouts and
    other protective measures is required.
    
    With the exception of the use of XML::Sablotron, the entire application
    is written in perl running in mod_perl2 which is running in Apache2 with
    the worker MPM.
    
    Mod_perl has proven to be reliable, fast, and easy to develop for, plus
    mod_perl also has an active and supportive user base.
    
    Interesting tidbits:
    
    Hardware: 5 Penguin Computing Relion 140, 2x2.8ghz Xeon, 2GB RAM
    OS: Linux 2.4 kernel
    Software:  Apache2+mod_perl2, XML::Sablotron (libsablot)
    Capacity:  2000 dyn pages per second (peak).
    
  
  
  =cut
  
  
  
  
  1.1                  
modperl-docs/src/outstanding/success_stories/whenu.com.txt
  
  Index: whenu.com.txt
  ===================================================================
  From: "Richard F. Rebel" <[EMAIL PROTECTED]>
  Organization: Whenu.com
  Date: Mon, 23 Feb 2004 15:10:31 -0500
  URL: http://bidtxt.whenu.com/Search?templ=12%26kw=fitness%26num=3
  Subject: Mod_perl 2 used to generate aggregated search results and 
contextually targeted advertisements.
  Traffic: 12Million per day
  
  The two applications listed above are part of a suite of applications
  that provide bid text results to around 30 million client software
  installations around the globe.  Roughly 12 million dynamically
  generated pages are created daily and the volume is ever increasing.  We
  expect to increase to 50 million pages per day over the next 3 months.
  
  Bid text results are provided by third parties via HTTP.  For every
  impression, a connection to a remote HTTP server is initiated with query
  arguments derived from the initial request.  Results are returned in XML
  format and normalized to match our internal DTD.  The applications then
  perform selection based on various criteria, search and replacements. An
  XSL transform with a template is executed to create the resulting page
  which is then returned to the requesting client.  The entire process
  usually executes in less than .3 seconds per request.
  
  Due to the nature of the type of application and it's dependency on
  remote HTTP servers providing data, the wily nature of the internet, and
  the sheer volume of clients and requests, extensive use of timeouts and
  other protective measures is required.
  
  With the exception of the use of XML::Sablotron, the entire application
  is written in perl running in mod_perl2 which is running in Apache2 with
  the worker MPM.
  
  Mod_perl has proven to be reliable, fast, and easy to develop for, plus
  mod_perl also has an active and supportive user base.
  
  Interesting tidbits:
  
  Hardware: 5 Penguin Computing Relion 140, 2x2.8ghz Xeon, 2GB RAM
  OS: Linux 2.4 kernel
  Software:  Apache2+mod_perl2, XML::Sablotron (libsablot)
  Capacity:  2000 dyn pages per second (peak).
  
  
  
  

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

Reply via email to