[progress Communities] [progress Openedge Abl] Forum Post: Re: Concurrent Requests Issue On...

  • Thread starter Thread starter Eduardo Aceves Ledezma
  • Start date Start date
Status
Not open for further replies.
E

Eduardo Aceves Ledezma

Guest
Hi Irfan . The data is pulled per day and by topic. This means that the query searchs between millons of records to take the ones of the specified day. After that, we filter those that have the topic we're looking for. Normally, the amount is about 300 or 400 registers per day (Sorry for not mentioning this before). Previous to upgrading to PAS, when multiple clients went to this module concurrently didn't have any kinds of performance issues (About 3 seconds on all of them). Right now, it seems that the amount of time gets multiplied by all of those who concurrently go and use this module (For example, that 5 clients get attented in 15 seconds and, after that time, it responds to all of them at the same time). The idea was to know if, since they're local clients, they're getting attended by the same ABL session or something like that. Together with this issue, it seems that PAS gets all the connections for the database, since another program we have to check database records keep showing that there aren't enough connections to the database available, and that we must increase the connection number by using the parameter -n in the .pf file. I don't really know if this is somekind related to the PAS perfomance issues, but, as I've mentioned multiple times before, This wasn't happening when we used AppServer classic. Regards, and thanks a lot for your help!

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