Re[2]: routing

2000-08-31 Thread Kevin



Ok so I changed it and put the client and eth1 of the linux
bridge/router on a different subnet than the rest.  Same results.

-- 
Kevin - [EMAIL PROTECTED]



-- Original message --


 You are setting 255.255.255.0 netmasks so the machines are expecting
 to find .1 .2 .3 machines on the local ethernet interfaces.  I don't
 know why you are doing it like that, but what would fix your problem 
 is getting the Linux router machine to do a proxy-arp.  You can turn this
 on by echo'ing the apporiate incantation to proc.
 Documentation/proc.txt in your linux source directory should give you
 the details.

 cheers,

 BM


 --  
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: MySQL vs. Postgres

2000-08-31 Thread Dariush Pietrzak

 Which file based database system is faster than mysql? I tried Berkeley
 db3 (although with transaction code) and it was horrible slow!
old one is fast. hmm i thought the new one was db2, uh, some glitch in my
memory files.
I've seen benchmarks comparing various db-databases (gdbm, ndbm etc)
 and there were some interesting thoughts about them, benchmarks were
pre-new berkeley db. as far as I remeber ndbm provided best speed.
It's widely known fact that new berkeley is slow and overloaded with
features, I think there are some notices in db-based apps documentation
( htdig, i think )
Being realy paranoid about speed you could try cdb thing (constant)
which need to be recreated every time you change anything there.

regards, Eyck




Re[2]: routing

2000-08-31 Thread Kevin


Ok so I changed it and put the client and eth1 of the linux
bridge/router on a different subnet than the rest.  Same results.

-- 
Kevin - [EMAIL PROTECTED]



-- Original message --


 You are setting 255.255.255.0 netmasks so the machines are expecting
 to find .1 .2 .3 machines on the local ethernet interfaces.  I don't
 know why you are doing it like that, but what would fix your problem 
 is getting the Linux router machine to do a proxy-arp.  You can turn this
 on by echo'ing the apporiate incantation to proc.
 Documentation/proc.txt in your linux source directory should give you
 the details.

 cheers,

 BM


 --  
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]





RE: MySQL vs. Postgres

2000-08-31 Thread Marco Colombo
On Wed, 30 Aug 2000, Scott Thompson wrote:

 SNIP
 
 Some stats for you. Keep in mind that these are only for the webserver.
 
 Hits   Bytes  Visits  PViews  Month
8,891,404  58,798,965,869 211,007   1,528,073   Jun 2000
   10,853,047  57,775,413,897 224,862   1,375,197   Jul 2000
9,121,259  53,851,857,460 210,680   1,421,053   Aug 2000
 
 Granted we have other clients, but I would guess that 60-80% of the
 consumers are 'real estate interested'.
 
 
  We run mySQL here and created an application with PHP3/4 to interface with
  the SQL engine. I will tell you now, that we re-wrote all the php pages
 into
  ANSI C as the performance was PATHETIC. (p2 350 with 256 megs of ram) The
  performance was 10 times faster than php. Another thing that I notice
 about

Was PHP installed as a server module or as a CGI app?

CGI PHP vs. CGI C of course the former is slower.

I'd like to compare modphp vs CGI C in your setup. Best way of course
would be to write your own dedicated server module in C. Best for 
performance, of course...

.TM.
-- 
  /  /   /
 /  /   /   Marco Colombo
___/  ___  /   /  Technical Manager
   /  /   /  ESI s.r.l.
 _/ _/  _/ [EMAIL PROTECTED]




Re[2]: routing

2000-08-31 Thread Bulent Murtezaoglu

cog Ok so I changed it and put the client and eth1 of the linux
cog bridge/router on a different subnet than the rest.  Same
cog results.

You are omitting something (obviously), maybe you should sniff the 
wire and tell us what you see?

cheers,

BM




RE: MySQL vs. Postgres

2000-08-31 Thread Scott Thompson
Yes it was compiled into the Apache server, as well as we were using the C
api for mysql.


On Wed, 30 Aug 2000, Scott Thompson wrote:

 SNIP

 Some stats for you. Keep in mind that these are only for the webserver.

 Hits   Bytes  Visits  PViews  Month
8,891,404  58,798,965,869 211,007   1,528,073   Jun 2000
   10,853,047  57,775,413,897 224,862   1,375,197   Jul 2000
9,121,259  53,851,857,460 210,680   1,421,053   Aug 2000

 Granted we have other clients, but I would guess that 60-80% of the
 consumers are 'real estate interested'.


  We run mySQL here and created an application with PHP3/4 to interface
with
  the SQL engine. I will tell you now, that we re-wrote all the php pages
 into
  ANSI C as the performance was PATHETIC. (p2 350 with 256 megs of ram)
The
  performance was 10 times faster than php. Another thing that I notice
 about

Was PHP installed as a server module or as a CGI app?

CGI PHP vs. CGI C of course the former is slower.

I'd like to compare modphp vs CGI C in your setup. Best way of course
would be to write your own dedicated server module in C. Best for
performance, of course...

.TM.
--
  /  /   /
 /  /   /   Marco Colombo
___/  ___  /   /  Technical Manager
   /  /   /  ESI s.r.l.
 _/ _/  _/ [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]