ofbiz on windows anyone?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

ofbiz on windows anyone?

Si Chen-2
Hi.

Is anyone using ofbiz on windows?  We're seeing bursts of CPU usage  
of 100%, which we don't really see on Linux, and the server has a  
decent amount of memory (1 GB), and there's not a lot of special  
activity going on in ofbiz.  Is there something special about windows?

Best Regards,

Si
[hidden email]



Reply | Threaded
Open this post in threaded view
|

Re: ofbiz on windows anyone?

David E Jones-2

There are a lot of "special" things in Windows... ;)

-David


On Oct 20, 2006, at 10:58 AM, Si Chen wrote:

> Hi.
>
> Is anyone using ofbiz on windows?  We're seeing bursts of CPU usage  
> of 100%, which we don't really see on Linux, and the server has a  
> decent amount of memory (1 GB), and there's not a lot of special  
> activity going on in ofbiz.  Is there something special about windows?
>
> Best Regards,
>
> Si
> [hidden email]
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: ofbiz on windows anyone?

Walter Vaughan
In reply to this post by Si Chen-2
Si Chen wrote:

> Hi.
>
> Is anyone using ofbiz on windows?  We're seeing bursts of CPU usage  of
> 100%, which we don't really see on Linux, and the server has a  decent
> amount of memory (1 GB), and there's not a lot of special  activity
> going on in ofbiz.  Is there something special about windows?

What version of JDK are you using... we saw very poor performance regardless,
and while Java5 did work, it seemed as if 1.4.2 worked better.
"ant run-install" took about 30 minutes using Derby DBMS. However attaching to
PostgreSQL or MySQL dbms's are closer in line with times with *nix.

--
Walter
Reply | Threaded
Open this post in threaded view
|

Re: ofbiz on windows anyone?

BJ Freeman
In reply to this post by Si Chen-2
Open the task manager. See what is taking up the CPU time.
The threading in NT (windows) is not friendly to Java.
I find it spikes mostly when it is reading in the xml files before they
are cached.

Si Chen sent the following on 10/20/2006 9:58 AM:

> Hi.
>
> Is anyone using ofbiz on windows?  We're seeing bursts of CPU usage of
> 100%, which we don't really see on Linux, and the server has a decent
> amount of memory (1 GB), and there's not a lot of special activity going
> on in ofbiz.  Is there something special about windows?
>
> Best Regards,
>
> Si
> [hidden email]
>
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: ofbiz on windows anyone?

Jacques Le Roux
Administrator
In reply to this post by Si Chen-2
Hi Si,

Most of the time I'm using OBFiz in Windows without any problem at all. My machine has also 1 GB. I'm able to use Eclipse and 2
instances of OFBIz. I can't see 100% of CPU usage because my proc is a Pentium HT (HyperThreading) so on Windows the max is 50%
(LOL) but it's running well ... for development ;o)

Jacques

PS : I have tried to say to Windows that I have only one CPU (can't remember the name of the parameter). But it seems better to keep
HT working : better threads handling.

> Hi.
>
> Is anyone using ofbiz on windows?  We're seeing bursts of CPU usage
> of 100%, which we don't really see on Linux, and the server has a
> decent amount of memory (1 GB), and there's not a lot of special
> activity going on in ofbiz.  Is there something special about windows?
>
> Best Regards,
>
> Si
> [hidden email]
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: ofbiz on windows anyone?

Jacques Le Roux
Administrator
In reply to this post by BJ Freeman
A very good tool I use for that is : http://www.sysinternals.com/Utilities/ProcessExplorer.html

Jacques

----- Original Message -----
From: "BJ Freeman" <[hidden email]>
To: <[hidden email]>
Sent: Friday, October 20, 2006 7:22 PM
Subject: Re: ofbiz on windows anyone?


> Open the task manager. See what is taking up the CPU time.
> The threading in NT (windows) is not friendly to Java.
> I find it spikes mostly when it is reading in the xml files before they
> are cached.
>
> Si Chen sent the following on 10/20/2006 9:58 AM:
> > Hi.
> >
> > Is anyone using ofbiz on windows?  We're seeing bursts of CPU usage of
> > 100%, which we don't really see on Linux, and the server has a decent
> > amount of memory (1 GB), and there's not a lot of special activity going
> > on in ofbiz.  Is there something special about windows?
> >
> > Best Regards,
> >
> > Si
> > [hidden email]
> >
> >
> >
> >