[progress Communities] [progress Openedge Abl] Forum Post: Re: Mpro Batch Mode Overhead -...

  • Thread starter Thread starter Patrick Tingen
  • Start date Start date
Status
Not open for further replies.
P

Patrick Tingen

Guest
Without knowing much about the problem you're facing, it might also be an idea to make the appserver call 'bigger', trying to combine calls; instead of calling ten times, combine them into one call. Second option could be to use asynchronous calls to achieve a poor man's multi threading. Problem with many mbpro sessions is that it is dependent on the capabilities of the machine it is running on. Second, you create extra network traffic and more clients for the server to handle. Normally, a server machine has more power than a client machine and if your appservers are running on the server, you might be better off in letting the appservers handle heavier tasks.

Continue reading...
 
Status
Not open for further replies.
Back
Top