Focal Point
[SOLVED] What is the difference between List of Services

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/8617084096

July 04, 2018, 03:53 AM
Kalai
[SOLVED] What is the difference between List of Services
What is the difference between List of Services in Data Service Agents

1. DEFAULT
2. WC_DEFAULT
3. SCHED_DEFAULT


Thanks
Kalaivanan

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8
Windows, All Outputs
July 04, 2018, 05:20 PM
Waz
OK, this is the basics.

DEFAULT: All user requests will fall into this agent type
WC_DEFAULT: This is where console requests go.
SCHED_DEFAULT: This is where scheduled request will go.

There is also DFM_DEFAULT, which is where deferred execution requests will go.

And you can create your own.

Each of these agant services can be controlled differently, say having different timeouts, number of agents waiting, etc.

You can also funnel requests into any of these by specifying the client class in the remote services definition.

We have an application that needs longer timeouts, so we send those requests into a different agent.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

July 05, 2018, 04:03 AM
Kalai
Thanks "WAZ", Sharing this.


Regards
Kalai


WebFOCUS 8
Windows, All Outputs