On Thu, Sep 25, 2008 at 2:05 AM, yebo <[EMAIL PROTECTED]> wrote:

>
> Another question:
> I configure the ode-jbi.property "ode-jbi.db.mode=INTERNAL" it works, but i
> configure it "ode-jbi.db.mode=EXTERNAL", it doesn't work, why?
>

In the external mode we lookup a datasource that must be configured in the
container. In the internal mode we create our own pool and connect directly
to the database ourselves. So if your problem in external mode is probably
related to your datasource configuration in ServiceMix.

For performance, the two first things (both documented in the user guide)
you should do are:

  * Deactivate the events generation, those can really create a lot of data.
  * See if you can run some of your processes in memory. This is
significantly faster.

Cheers,
Matthieu


>
>
>
> yebo wrote:
> >
> > I configre the ode-jbi.property "ode-jbi.db.mode=INTERNAL" instead of
> > "ode-jbi.db.mode=EXTERNAL"
> > what is the difference between them?
> > and when i use loadrunner to test it, the performce is also not very
> good.
> > How should i configure it to impove the performace?
> > Is there any doc in detail? What i see it the ode-site some are not very
> > particular.
> >
> > Thank you very much.
> >
> >
> >
> > Matthieu Riou-5 wrote:
> >>
> >> On Mon, Sep 22, 2008 at 6:50 PM, yebo <[EMAIL PROTECTED]> wrote:
> >>
> >>>
> >>> There is another problem is that after i test the servicemix with ode
> >>> according to loadrunner with 10 vusers, i must delete all the directory
> >>> of
> >>> servicemix and use a clean new servicemix and then my application could
> >>> run
> >>> correctly, if i just delete the directory
> >>> apache-servicemix-3.2.2\data\smx\components\OdeBpelEngine the
> servicemix
> >>> could restart nomally, but my application could not run correctly, why?
> >>>
> >>
> >> You should upgrade by building the latest 1.X branch, you should get
> >> better
> >> results. Also I definitely not advise doing load testing on Derby, it's
> >> far
> >> too pessimistic. Use MySQL or Postgres.
> >>
> >> Matthieu
> >>
> >>
> >>>
> >>> Thank you very much.
> >>>
> >>> this is my application
> >>>
> >>>
> http://www.nabble.com/file/p19619923/CreateConference-sa-1.0-SNAPSHOT.zip
> >>> CreateConference-sa-1.0-SNAPSHOT.zip
> >>> http://www.nabble.com/file/p19619923/webservicegenerate.war
> >>> webservicegenerate.war
> >>> --
> >>> View this message in context:
> >>>
> http://www.nabble.com/Problem-error-when-start-servicemix-with-ODE-tp19602756p19619923.html
> >>> Sent from the Apache Ode User mailing list archive at Nabble.com.
> >>>
> >>>
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Problem-error-when-start-servicemix-with-ODE-tp19602756p19665706.html
> Sent from the Apache Ode User mailing list archive at Nabble.com.
>
>

Reply via email to