PDA

View Full Version : Slow startup off Visualdataflex web service.



Flemming From
22-Nov-2005, 05:34 AM
Hi

I have a WebServer 2003 sp2, with at Visualdataflex 9.1 on a Persive 8.6
database.

On this server i have 3 diffrent WebApp.exe which use proccess pooling. I
takes about 15 minuts to start the service after af restart off the Server.

Also if i just restart the WebApp it takes looong time.

Should it be like this, or what can be wrong.

Regards
Flemming

Anders Öhrt
22-Nov-2005, 06:04 AM
> On this server i have 3 diffrent WebApp.exe which use proccess pooling. I
> takes about 15 minuts to start the service after af restart off the
> Server.

What's you minimum pool size? We have a server with 17 websites, each with a
minimum of 2 processes. Stopping then ("Stop service") takes a loooong time,
5-10 sec per process maybe, but starting is pretty fast, 1 minute for them
all.

So, unless you have 20-30 as minimum pool size, I'd say something is wrong.
Maybe the connection to the DB? Is it local, or via firewall, or maybe WAN?

// Anders

Flemming From
22-Nov-2005, 08:27 AM
The minimum pool size is 3 x 6. The stop service is fast max 1 minut for
alle 3 x 6.
Is is via Lan on a novell server.

Regards
Flemming

"Anders Öhrt" <Anders.Ohrt@capslock.se> wrote in message
news:snB5GS17FHA.3872@dacmail.dataaccess.com...
>
> > On this server i have 3 diffrent WebApp.exe which use proccess pooling.
I
> > takes about 15 minuts to start the service after af restart off the
> > Server.
>
> What's you minimum pool size? We have a server with 17 websites, each with
a
> minimum of 2 processes. Stopping then ("Stop service") takes a loooong
time,
> 5-10 sec per process maybe, but starting is pretty fast, 1 minute for them
> all.
>
> So, unless you have 20-30 as minimum pool size, I'd say something is
wrong.
> Maybe the connection to the DB? Is it local, or via firewall, or maybe
WAN?
>
> // Anders
>
>

Anders Öhrt
22-Nov-2005, 08:36 AM
> The minimum pool size is 3 x 6. The stop service is fast max 1 minut for
> alle 3 x 6.
> Is is via Lan on a novell server.

Then something is strange. Check the event log for clues. If you can't find
anything, try enabling desktop interaction from the WebApp server
(services.msc -> WebApp Server -> Login -> Allow interaction), and see if
you get any errors.

// Anders

Flemming From
22-Nov-2005, 10:16 AM
There is nothing in the eventlog.
And interaction with desktop can only be enablet with localaccount.

Regards
Flemming


"Anders Öhrt" <Anders.Ohrt@capslock.se> wrote in message
news:uxJWSn27FHA.3660@dacmail.dataaccess.com...
>
> > The minimum pool size is 3 x 6. The stop service is fast max 1 minut for
> > alle 3 x 6.
> > Is is via Lan on a novell server.
>
> Then something is strange. Check the event log for clues. If you can't
find
> anything, try enabling desktop interaction from the WebApp server
> (services.msc -> WebApp Server -> Login -> Allow interaction), and see if
> you get any errors.
>
> // Anders
>
>

Anders Öhrt
22-Nov-2005, 10:21 AM
> There is nothing in the eventlog.
> And interaction with desktop can only be enablet with localaccount.

If you start a normal application on the web server, does it also take this
long? If so, it's the networks "fault"...

// Anders