cancel
Showing results for 
Search instead for 
Did you mean: 

About WebDispatcher's parameter

Former Member
0 Kudos

Hi Experts!

Now, I investigate about Web Dispatcher's Restrict.

Exactly, I'd like to know as follows.

1. Max Connections

   ->Max requests those are requests at same time.

2. Max Queuing number

  ->In case requests exceed, request must be stayed queue.

3. Max Size of Request

  ->Example, Web Dispatcher can't process the data those are more than 10MB , etc.

4. Timeout

  ->Requests can wait xxx sedonds until they are processed.

5. Remarks & Frequent Troubles about them.

Best Regadrts,

Toshi

Accepted Solutions (1)

Accepted Solutions (1)

former_member188883
Active Contributor
0 Kudos

Hi Toshikazu,

Please check SAP help

http://help.sap.com/saphelp_nw04/helpdata/en/de/89023c59698908e10000000a11402f/content.htm

Hope this helps

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepak,

Thank you for your quick reply.

But I've already checked it,I couldn't understand what I'd like to know.

It seems that parametes as follows are related to this mater.

But exact terms those I'd like to know aren't described.

Therefore I can't have confidence about it.

1.wdisp/max_servers

     This parameter determines the maximum number of entries

      in the SAP Web dispatcher’s server table

  ->What server table means? Is it request?

2.wdisp/HTTP/max_pooled_con 

3.icm/max_conn

4.cm/max_thread

Best Regards,

Toshikazu

former_member188883
Active Contributor
0 Kudos

Hi Toshikazu,

Refer below Note and link where it explains the calculation part for Web Dispatcher parameters.

538405 - Composite SAP Note: SAP Web Dispatcher

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/48/9ab14248c673e8e10000000a42189b/content.htm?frame...

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepak,

Thank you so much for your detail reply!

I can understand the general outline.

Finally, I'd like to ask 2 questions.

Q1. Where do "HTTP Request" wait if requets exceed than System Processing Power.

     ->I thinkt that http requests wait in Back-End System, not in Web Dispatcher.

       Web Dispatcher only dispatche HTTP Request.

       The reason why I think so , is there is no parameter that describes queue.

       If they are set by Back-End System(in this case ECC) I'd change ECC Parameter.

Q2.If requests exceed setting value, how request would be?

        Queuing, Abend or nothing happen(not process/not abend/not queue)

  

       ->I think some error msg would generate Web Dispatcher or  connected System.

Best Regards,

Toshikazu


former_member188883
Active Contributor
0 Kudos

Hi Toshikazu,

Q1. Where do "HTTP Request" wait if requets exceed than System Processing Power.

Yes. Your understanding is correct. It will be managed by backend system. WebDispatcher will only route the request.

Q2.If requests exceed setting value, how request would be?

In case requests exceed the setting value , it will result in error message in WebDispatcher.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepak,

Thanks! Great!

Your answer makes me clear.

Mucha Gracias!

Best Regards,

Toshikazu

Answers (0)