Re: question on heavy load website design using struts

2003-07-18 Thread Nicolas De Loof
You could look at this :

http://c-jdbc.objectweb.org/

this intermediate JDBC driver allow you to cluster databases. Notice I never used it, 
use it at your own risk ;-)

Nico.


 Hi,

 I am sure that someone here must have worked on a
 large website with heavy load using struts and I
 wonder if you'll be kindly enough to give me some
 suggestions in this occasion.

 I am using tomcat+jboss as application server.I have
 setup several tomcat_jboss instances in a cluster
 environment and of course I use struts in my
 application.HttpSession created in one instance will
 get replicated across all members in the cluster.It's
 just what I want.The problem is how should I connect
 the app servers with the backend db server(s)? If I
 use only one db instance,all app server can connect to
 it without any problem,but here lies the bottleneck.I
 want to use several db instances(preferrably
 mysql).How can I do that?

 Thanks in advance!

 Guo Yingshou

 _
 Do You Yahoo!?
 
 http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laji/index.html

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


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



Re: question on heavy load website design using struts

2003-07-18 Thread guo yingshou
Nico,

Great! That is exactly what I'm looking for.Maybe I'll
have some hard time to setup a testing environment and
write some code to see what will happen.

Thanks a lot!

Guo Yingshou

 --- Nicolas De Loof [EMAIL PROTECTED]
 You could look at this :
 
 http://c-jdbc.objectweb.org/
 
 this intermediate JDBC driver allow you to cluster
 databases. Notice I never used it, use it at your
 own risk ;-)
 
 Nico.
 
 
  Hi,
 
  I am sure that someone here must have worked on a
  large website with heavy load using struts and I
  wonder if you'll be kindly enough to give me some
  suggestions in this occasion.
 
  I am using tomcat+jboss as application server.I
 have
  setup several tomcat_jboss instances in a cluster
  environment and of course I use struts in my
  application.HttpSession created in one instance
 will
  get replicated across all members in the
 cluster.It's
  just what I want.The problem is how should I
 connect
  the app servers with the backend db server(s)? If
 I
  use only one db instance,all app server can
 connect to
  it without any problem,but here lies the
 bottleneck.I
  want to use several db instances(preferrably
  mysql).How can I do that?
 
  Thanks in advance!
 
  Guo Yingshou
 
 

_
  Do You Yahoo!?
  
 

http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laji/index.html
 
 

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

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

_
Do You Yahoo!? 

http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laji/index.html

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



Re: question on heavy load website design using struts

2003-07-18 Thread Nicolas De Loof
Please could you send me feedback if you experiment this jdbc-cluster-driver ?

Nico



 Nico,

 Great! That is exactly what I'm looking for.Maybe I'll
 have some hard time to setup a testing environment and
 write some code to see what will happen.

 Thanks a lot!

 Guo Yingshou

  --- Nicolas De Loof [EMAIL PROTECTED]
  You could look at this :
 
  http://c-jdbc.objectweb.org/
 
  this intermediate JDBC driver allow you to cluster
  databases. Notice I never used it, use it at your
  own risk ;-)
 
  Nico.
 
 
   Hi,
  
   I am sure that someone here must have worked on a
   large website with heavy load using struts and I
   wonder if you'll be kindly enough to give me some
   suggestions in this occasion.
  
   I am using tomcat+jboss as application server.I
  have
   setup several tomcat_jboss instances in a cluster
   environment and of course I use struts in my
   application.HttpSession created in one instance
  will
   get replicated across all members in the
  cluster.It's
   just what I want.The problem is how should I
  connect
   the app servers with the backend db server(s)? If
  I
   use only one db instance,all app server can
  connect to
   it without any problem,but here lies the
  bottleneck.I
   want to use several db instances(preferrably
   mysql).How can I do that?
  
   Thanks in advance!
  
   Guo Yingshou
  
  
 
 _
   Do You Yahoo!?
   
  
 
 http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laji/index.html
  
  
 
 -
   To unsubscribe, e-mail:
  [EMAIL PROTECTED]
   For additional commands, e-mail:
  [EMAIL PROTECTED]
 
 
 
 -
  To unsubscribe, e-mail:
  [EMAIL PROTECTED]
  For additional commands, e-mail:
  [EMAIL PROTECTED]
 

 _
 Do You Yahoo!?
 
 http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laji/index.html

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


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



Re: question on heavy load website design using struts

2003-07-18 Thread guo yingshou
Sure! Only a little bit patience,please.It may take me
one or two weeks to go over the test.I used to meet a
problem on container managed security using jboss
cluster.That is,jboss'clusterring feature works fine
except when I use declarative security model to
protect my page,the authenticated principal will not
get replicated across the members in the cluster.At
this time,I want to find a work around to that too.

Again,thaks for your info.

Guo Yingshou
 --- Nicolas De Loof [EMAIL PROTECTED]
 Please could you send me feedback if you
experiment
 this jdbc-cluster-driver ?
 
 Nico
 
 
 
  Nico,
 
  Great! That is exactly what I'm looking for.Maybe
 I'll
  have some hard time to setup a testing environment
 and
  write some code to see what will happen.
 
  Thanks a lot!
 
  Guo Yingshou
 
   --- Nicolas De Loof [EMAIL PROTECTED]
   You could look at this :
  
   http://c-jdbc.objectweb.org/
  
   this intermediate JDBC driver allow you to
 cluster
   databases. Notice I never used it, use it at
 your
   own risk ;-)
  
   Nico.
  
  
Hi,
   
I am sure that someone here must have worked
 on a
large website with heavy load using struts and
 I
wonder if you'll be kindly enough to give me
 some
suggestions in this occasion.
   
I am using tomcat+jboss as application
 server.I
   have
setup several tomcat_jboss instances in a
 cluster
environment and of course I use struts in my
application.HttpSession created in one
 instance
   will
get replicated across all members in the
   cluster.It's
just what I want.The problem is how should I
   connect
the app servers with the backend db server(s)?
 If
   I
use only one db instance,all app server can
   connect to
it without any problem,but here lies the
   bottleneck.I
want to use several db instances(preferrably
mysql).How can I do that?
   
Thanks in advance!
   
Guo Yingshou
   
   
  
 

_
Do You Yahoo!?

   
  
 

http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laji/index.html
   
   
  
 

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

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

_
  Do You Yahoo!?
  
 

http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laji/index.html
 
 

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

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

_
Do You Yahoo!? 

http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laji/index.html

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



Re: question on heavy load website design using struts

2003-07-18 Thread Nicolas De Loof
No problem, I'll be patient. I just want my boss to stop saying Oracle replication 
each time we get load-ballancing
needs.

Nico.



 Sure! Only a little bit patience,please.It may take me
 one or two weeks to go over the test.I used to meet a
 problem on container managed security using jboss
 cluster.That is,jboss'clusterring feature works fine
 except when I use declarative security model to
 protect my page,the authenticated principal will not
 get replicated across the members in the cluster.At
 this time,I want to find a work around to that too.

 Again,thaks for your info.

 Guo Yingshou
  --- Nicolas De Loof [EMAIL PROTECTED]
  Please could you send me feedback if you
 experiment
  this jdbc-cluster-driver ?
 
  Nico
 
 
 
   Nico,
  
   Great! That is exactly what I'm looking for.Maybe
  I'll
   have some hard time to setup a testing environment
  and
   write some code to see what will happen.
  
   Thanks a lot!
  
   Guo Yingshou
  
--- Nicolas De Loof [EMAIL PROTECTED]
You could look at this :
   
http://c-jdbc.objectweb.org/
   
this intermediate JDBC driver allow you to
  cluster
databases. Notice I never used it, use it at
  your
own risk ;-)
   
Nico.
   
   
 Hi,

 I am sure that someone here must have worked
  on a
 large website with heavy load using struts and
  I
 wonder if you'll be kindly enough to give me
  some
 suggestions in this occasion.

 I am using tomcat+jboss as application
  server.I
have
 setup several tomcat_jboss instances in a
  cluster
 environment and of course I use struts in my
 application.HttpSession created in one
  instance
will
 get replicated across all members in the
cluster.It's
 just what I want.The problem is how should I
connect
 the app servers with the backend db server(s)?
  If
I
 use only one db instance,all app server can
connect to
 it without any problem,but here lies the
bottleneck.I
 want to use several db instances(preferrably
 mysql).How can I do that?

 Thanks in advance!

 Guo Yingshou


   
  
 
 _
 Do You Yahoo!?
 

   
  
 
 http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laji/index.html


   
  
 
 -
 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]
   
   
   
  
 
 -
To unsubscribe, e-mail:
[EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]
   
  
  
 
 _
   Do You Yahoo!?
   
  
 
 http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laji/index.html
  
  
 
 -
   To unsubscribe, e-mail:
  [EMAIL PROTECTED]
   For additional commands, e-mail:
  [EMAIL PROTECTED]
 
 
 
 -
  To unsubscribe, e-mail:
  [EMAIL PROTECTED]
  For additional commands, e-mail:
  [EMAIL PROTECTED]
 

 _
 Do You Yahoo!?
 
 http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laji/index.html

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


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



RE: question on heavy load website design using struts

2003-07-18 Thread Mohd Amin Mohd Din
You could try Oracle Real Application Clusters or Dataguard

-Original Message-
From: Nicolas De Loof [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 18, 2003 5:16 PM
To: Struts Users Mailing List
Subject: Re: question on heavy load website design using struts

No problem, I'll be patient. I just want my boss to stop saying Oracle
replication each time we get load-ballancing
needs.

Nico.



 Sure! Only a little bit patience,please.It may take me
 one or two weeks to go over the test.I used to meet a
 problem on container managed security using jboss
 cluster.That is,jboss'clusterring feature works fine
 except when I use declarative security model to
 protect my page,the authenticated principal will not
 get replicated across the members in the cluster.At
 this time,I want to find a work around to that too.

 Again,thaks for your info.

 Guo Yingshou
  --- Nicolas De Loof [EMAIL PROTECTED]
  Please could you send me feedback if you
 experiment
  this jdbc-cluster-driver ?
 
  Nico
 
 
 
   Nico,
  
   Great! That is exactly what I'm looking for.Maybe
  I'll
   have some hard time to setup a testing environment
  and
   write some code to see what will happen.
  
   Thanks a lot!
  
   Guo Yingshou
  
--- Nicolas De Loof [EMAIL PROTECTED]
You could look at this :
   
http://c-jdbc.objectweb.org/
   
this intermediate JDBC driver allow you to
  cluster
databases. Notice I never used it, use it at
  your
own risk ;-)
   
Nico.
   
   
 Hi,

 I am sure that someone here must have worked
  on a
 large website with heavy load using struts and
  I
 wonder if you'll be kindly enough to give me
  some
 suggestions in this occasion.

 I am using tomcat+jboss as application
  server.I
have
 setup several tomcat_jboss instances in a
  cluster
 environment and of course I use struts in my
 application.HttpSession created in one
  instance
will
 get replicated across all members in the
cluster.It's
 just what I want.The problem is how should I
connect
 the app servers with the backend db server(s)?
  If
I
 use only one db instance,all app server can
connect to
 it without any problem,but here lies the
bottleneck.I
 want to use several db instances(preferrably
 mysql).How can I do that?

 Thanks in advance!

 Guo Yingshou


   
  
 
 _
 Do You Yahoo!?
 

   
  
 

http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laj
i/index.html


   
  
 
 -
 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]
   
   
   
  
 
 -
To unsubscribe, e-mail:
[EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]
   
  
  
 
 _
   Do You Yahoo!?
   
  
 

http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laj
i/index.html
  
  
 
 -
   To unsubscribe, e-mail:
  [EMAIL PROTECTED]
   For additional commands, e-mail:
  [EMAIL PROTECTED]
 
 
 
 -
  To unsubscribe, e-mail:
  [EMAIL PROTECTED]
  For additional commands, e-mail:
  [EMAIL PROTECTED]
 

 _
 Do You Yahoo!?
 

http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laj
i/index.html

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


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




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



Re: question on heavy load website design using struts

2003-07-18 Thread Vic Cekvencih
FYI, one site I worked on PT (performance and tuning) we improved
performance by removing replication.
Also look at postgresql.org, it is much like Oracle.

(self-promo: keep me in mind for engineering larger sites, I have some
useful experience with good ROI)

Nicolas De Loof wrote:

 No problem, I'll be patient. I just want my boss to stop saying Oracle replication 
 each time we get load-ballancing
 needs.
 
 Nico.
 
 
 
 
Sure! Only a little bit patience,please.It may take me
one or two weeks to go over the test.I used to meet a
problem on container managed security using jboss
cluster.That is,jboss'clusterring feature works fine
except when I use declarative security model to
protect my page,the authenticated principal will not
get replicated across the members in the cluster.At
this time,I want to find a work around to that too.

Again,thaks for your info.

Guo Yingshou
 --- Nicolas De Loof [EMAIL PROTECTED]
 Please could you send me feedback if you
experiment

this jdbc-cluster-driver ?

Nico




Nico,

Great! That is exactly what I'm looking for.Maybe

I'll

have some hard time to setup a testing environment

and

write some code to see what will happen.

Thanks a lot!

Guo Yingshou

 --- Nicolas De Loof [EMAIL PROTECTED]
 You could look at this :

http://c-jdbc.objectweb.org/

this intermediate JDBC driver allow you to

cluster

databases. Notice I never used it, use it at

your

own risk ;-)

Nico.



Hi,

I am sure that someone here must have worked

on a

large website with heavy load using struts and

I

wonder if you'll be kindly enough to give me

some

suggestions in this occasion.

I am using tomcat+jboss as application

server.I

have

setup several tomcat_jboss instances in a

cluster

environment and of course I use struts in my
application.HttpSession created in one

instance

will

get replicated across all members in the

cluster.It's

just what I want.The problem is how should I

connect

the app servers with the backend db server(s)?

If

I

use only one db instance,all app server can

connect to

it without any problem,but here lies the

bottleneck.I

want to use several db instances(preferrably
mysql).How can I do that?

Thanks in advance!

Guo Yingshou



_

Do You Yahoo!?



http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laji/index.html


-

To unsubscribe, e-mail:

[EMAIL PROTECTED]

For additional commands, e-mail:

[EMAIL PROTECTED]




-

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



_

Do You Yahoo!?



http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laji/index.html


-

To unsubscribe, e-mail:

[EMAIL PROTECTED]

For additional commands, e-mail:

[EMAIL PROTECTED]




-

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


_
Do You Yahoo!?

http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laji/index.html

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

-- 
Vic Cekvenich,
Struts Instructor,
1-800-917-JAVA

Advanced a href =baseBeans.comStruts Training/a and project
recovery in North East.
Open Source a href =baseBeans.comContent Management/a  basicPortal
sofware
Best practicea href =baseBeans.comStruts Support/a v.1.1 helper
ScafflodingXPress



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



Re: question on heavy load website design using struts

2003-07-18 Thread Nicolas De Loof
Thanks Vic.

We allready used PostgreSQL on a non strategic project, but our customers aren't 
open-source addicts (until they need
to reduce costs !)

Nico.


 FYI, one site I worked on PT (performance and tuning) we improved
 performance by removing replication.
 Also look at postgresql.org, it is much like Oracle.

 (self-promo: keep me in mind for engineering larger sites, I have some
 useful experience with good ROI)

 Nicolas De Loof wrote:

  No problem, I'll be patient. I just want my boss to stop saying Oracle 
  replication each time we get
load-ballancing
  needs.
 
  Nico.
 
 
 
 
 Sure! Only a little bit patience,please.It may take me
 one or two weeks to go over the test.I used to meet a
 problem on container managed security using jboss
 cluster.That is,jboss'clusterring feature works fine
 except when I use declarative security model to
 protect my page,the authenticated principal will not
 get replicated across the members in the cluster.At
 this time,I want to find a work around to that too.
 
 Again,thaks for your info.
 
 Guo Yingshou
  --- Nicolas De Loof [EMAIL PROTECTED]
  Please could you send me feedback if you
 experiment
 
 this jdbc-cluster-driver ?
 
 Nico
 
 
 
 
 Nico,
 
 Great! That is exactly what I'm looking for.Maybe
 
 I'll
 
 have some hard time to setup a testing environment
 
 and
 
 write some code to see what will happen.
 
 Thanks a lot!
 
 Guo Yingshou
 
  --- Nicolas De Loof [EMAIL PROTECTED]
  You could look at this :
 
 http://c-jdbc.objectweb.org/
 
 this intermediate JDBC driver allow you to
 
 cluster
 
 databases. Notice I never used it, use it at
 
 your
 
 own risk ;-)
 
 Nico.
 
 
 
 Hi,
 
 I am sure that someone here must have worked
 
 on a
 
 large website with heavy load using struts and
 
 I
 
 wonder if you'll be kindly enough to give me
 
 some
 
 suggestions in this occasion.
 
 I am using tomcat+jboss as application
 
 server.I
 
 have
 
 setup several tomcat_jboss instances in a
 
 cluster
 
 environment and of course I use struts in my
 application.HttpSession created in one
 
 instance
 
 will
 
 get replicated across all members in the
 
 cluster.It's
 
 just what I want.The problem is how should I
 
 connect
 
 the app servers with the backend db server(s)?
 
 If
 
 I
 
 use only one db instance,all app server can
 
 connect to
 
 it without any problem,but here lies the
 
 bottleneck.I
 
 want to use several db instances(preferrably
 mysql).How can I do that?
 
 Thanks in advance!
 
 Guo Yingshou
 
 
 
 _
 
 Do You Yahoo!?
 
 
 
 http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laji/index.html
 
 
 -
 
 To unsubscribe, e-mail:
 
 [EMAIL PROTECTED]
 
 For additional commands, e-mail:
 
 [EMAIL PROTECTED]
 
 
 
 
 -
 
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 
 
 _
 
 Do You Yahoo!?
 
 
 
 http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laji/index.html
 
 
 -
 
 To unsubscribe, e-mail:
 
 [EMAIL PROTECTED]
 
 For additional commands, e-mail:
 
 [EMAIL PROTECTED]
 
 
 
 
 -
 
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 
 _
 Do You Yahoo!?
 
 http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.tech.yahoo.com/zhuanti/laji/index.html
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

 -- 
 Vic Cekvenich,
 Struts Instructor,
 1-800-917-JAVA

 Advanced a href =baseBeans.comStruts Training/a and project
 recovery in North East.
 Open Source a href =baseBeans.comContent Management/a  basicPortal
 sofware
 Best practicea href =baseBeans.comStruts Support/a v.1.1 helper
 ScafflodingXPress



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


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



Re: question on heavy load website design using struts

2003-07-18 Thread Vic Cekvencih


Nicolas De Loof wrote:
 Thanks Vic.
 
 We allready used PostgreSQL on a non strategic project, but our customers aren't 
 open-source addicts (until they need
 to reduce costs !)
 
 Nico.
 

Yup!
:-)

Open source rant:

Some people just do not care about profitably until they are laying
people of, because their competitors are more profitable.

It's like being on a project where people have a short deadline:
-we do not have time to unit test
-we do not have time to do it right and use O.O.
OK, I understand.

They all will eventually, just plot the curve until they are all open
source: ( a bit overused, but I love this chart)
http://news.netcraft.com/archives/web_server_survey.html

Saving money is good.



.V




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