cancel
Showing results for 
Search instead for 
Did you mean: 

time to take action

Former Member
0 Kudos

hai to every one.

i developed application using adaptive webservice model .

here initial it get immidaiate response when any task from back end.

ex: there is a methpd to get the number from back end.

get number mathod.

now the problem is when ever i triger the "getnumber" action.

its take too much time , that is 4 min its taking .

for this inot able to under stand the problem .

to get immidaite reply , what we need to do.

if any one has know about this . tell me

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Eswar,

Adaptive webservices has many things to do at runtime, while only webservices maintaines them at design time. You can see those differences in the following link

[https://www.sdn.sap.com/irj/sdn/nw-wdjava?rid=/library/uuid/f07de95b-d81c-2a10-3daf-96172e846d00]

and some other good to see articles

[https://www.sdn.sap.com/irj/sdn/nw-wdjava?rid=/library/uuid/b2bc0932-0d01-0010-6d8e-cff1b2f22bc7]

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5003] [original link is broken] [original link is broken] [original link is broken];

Regards

Raghu

Answers (2)

Answers (2)

Former Member
0 Kudos

hi!

the problem is there because you are taking adaptive webservice and for webservice you dont have any default java engine ,you need to install it explicitely and that consumes some memory .so server get extra load and takes some time to execute your method.

former_member192434
Active Contributor
0 Kudos

hi

If you have implemented any loop, then check it out , may be where it is getting stuck

i,e why it is taking that much of time .

Aslo it could be reasion that it may getting huge amount of records

Thanks

Former Member
0 Kudos

hai,

there is no immediate loop also.

help me any other reason to get Quick response from serrver.

former_member192434
Active Contributor
0 Kudos

Hey

Try to restart your server and run your application.

Thanks