cvs commit: modperl-site sites.html

2001-09-26 Thread stas

stas01/09/26 10:01:24

  Modified:.sites.html
  Log:
  - adding citysearch.com to the list of success sites
  - correcting some details for singleaheaven.com
  
  Revision  ChangesPath
  1.18  +13 -6 modperl-site/sites.html
  
  Index: sites.html
  ===
  RCS file: /home/cvs/modperl-site/sites.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- sites.html2000/12/21 16:01:02 1.17
  +++ sites.html2001/09/26 17:01:24 1.18
  @@ -101,7 +101,15 @@
   (and transmission time to the users) small.
   p
   
  +A HREF=http://www.citysearch.com/;CitySearch.com/A -- is
  +providing online city guides for more than 100 cities worldwide,
  +citysearch.com helps people find and plan what they want to do and
  +then lets them take action, offering local transactions such as buying
  +event tickets and making hotel and restaurant reservations online. Its
  +traffic exceeds 100,000,000 page views a month. Of course it's running
  +under mod_perl.
   
  +
   A HREF=http://perlmonth.com;PerlMonth/A is a site completely driven  
   by mod_perl/mySQL. Every article is stored in the database. When a user
   makes a request, a module we wrote parses the uri and dynamically creates  
  @@ -113,12 +121,11 @@
   
   A HREF=http://singlesheaven.com;singlesheaven.com/A is a match
   maker site, that is written completely in Perl and is being driven by
  -mod_perl and mysql. Each request comprise a big number of Database
  -queries which makes the site very interactive. It even includes a Java
  -applet as a client side chat service, while the server side is driven
  -by the same mod_perl. The service runs under
  -CODEApache::Registry/CODE module which makes it super fast. The
  -site is written and maintaned by BStas Bekman/B.
  +Apache/mod_perl and mysql. Each request comprises a big number of
  +database queries to make the site very interactive, and it's still
  +very fast under mod_perl.  The service runs under
  +CODEApache::Registry/CODE module. The site is written and
  +maintained by BStas Bekman/B.
   p
   
   a href=http://www.filepile.com/;filepile.com/a is an archive of
  
  
  



cvs commit: modperl-2.0/todo missing_old_features.txt

2001-09-26 Thread stas

stas01/09/26 01:15:32

  Modified:todo missing_old_features.txt
  Log:
  - log the missing env MOD_PERL_TRACE support
  
  Revision  ChangesPath
  1.6   +2 -0  modperl-2.0/todo/missing_old_features.txt
  
  Index: missing_old_features.txt
  ===
  RCS file: /home/cvs/modperl-2.0/todo/missing_old_features.txt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- missing_old_features.txt  2001/09/16 00:58:22 1.5
  +++ missing_old_features.txt  2001/09/26 08:15:32 1.6
  @@ -28,6 +28,8 @@
   
   - die 404;
   
  +- env MOD_PERL_TRACE support
  +
   - ... others ...
   
   core modules: