Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
9 subscribers
Views
1629 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Could someone outline the drawbacks(if any) of increasing the number of seconds
Mahesh Sanga
over 9 years ago
Could someone outline the drawbacks(if any) of increasing the number of seconds to wait for a response from a webservice? Currently the below property is commented out in our custom.properties file (that means by default wait time is 60 seconds)
#conf.node.webservice.socket.timeout=@conf.node.webservice.socket.timeout@
We need to increase this to 3 minutes as some of our SSRS services taking around 67 seconds or even more for a few requests in our Production system.
OriginalPostID-176139
OriginalPostID-176139
Discussion posts and replies are publicly visible
0
Eduardo Fuentes
Appian Employee
over 9 years ago
This means you'll have one thread busy for 3 minutes. I think that's too much. If you have multiple calls of this type at the same time it could cause resource contention.
That said is not a best practice to increase this value but to optimize the web service is possible.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Mahesh Sanga
over 9 years ago
Thanks Eduardo, Our DBA has mentioned that the SSRS services have already been optimized well. We will see if we can redesign our report generation processes.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel