
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi all,
Acu cobol is very slow when we call webservice.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
There are a variety of factors when discussing web services. One of the first would be latency. Is the web service on your local network, or out in the world, and if out in the world, how far away.
When you look at web services there is a lot going on, in your program you've matched up the data they expect to get, and you have to parse they data they've returned.
The Acu runtime isn't doing anything in particular that would slow the process down. We're using internet protocols to send and receive the data. Are you stating connecting to the web service is slow, or that the process to parse the data the web service is returning is slow.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Did you get my question?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
There are a variety of factors when discussing web services. One of the first would be latency. Is the web service on your local network, or out in the world, and if out in the world, how far away.
When you look at web services there is a lot going on, in your program you've matched up the data they expect to get, and you have to parse they data they've returned.
The Acu runtime isn't doing anything in particular that would slow the process down. We're using internet protocols to send and receive the data. Are you stating connecting to the web service is slow, or that the process to parse the data the web service is returning is slow.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content