Can multiple users call a web services at the same time?
Hey
Im wondering if various users can a web services at the same time and execute the same code to generate something. Does it do it at the same time on difference threads/objects? Is it FIFO (First in, first out)?
Questions like those.
Thank you.
Related Article: Restful web services
is a RSS, Web Services and SOAP discussion thread by shandow that has 2 replies and was last updated 1 year ago.
riahc3
1,304 posts since May 2008
Reputation Points: 62
Solved Threads: 13
Skill Endorsements: 11
Well I just tried it and I got this error:
(Generated from a exception)
java.lang.ArrayIndexOutOfBoundsException: -1
This never happens when calling it just as one.
riahc3
1,304 posts since May 2008
Reputation Points: 62
Solved Threads: 13
Skill Endorsements: 11
riahc3
1,304 posts since May 2008
Reputation Points: 62
Solved Threads: 13
Skill Endorsements: 11
An out of bounds exception sounds like a coding error. Check your logic.
pritaeas
Posting Prodigy
9,320 posts since Jul 2006
Reputation Points: 1,178
Solved Threads: 1,467
Skill Endorsements: 86
An out of bounds exception sounds like a coding error. Check your logic.
Sometimes it is a out of bound exception, other times it is a file error when trying to read/write/delete/move a file named the same but with different contents.........
So many things...
riahc3
1,304 posts since May 2008
Reputation Points: 62
Solved Threads: 13
Skill Endorsements: 11