Thanks,
I will explain my testing:
I have > 500 different SOAP-Calls in my application.
I have a test application where I test only 10 different SOAP-calls,
some have to do a lot off select before they return a result.
In my test-app start 40 times the same thread wich randomly pick a
SOAP-call (50 calls) so togheter 2000 calls; which is a normal workload.
So, the time from 1 of the SOAP-calls goes from less that a second to
60 seconds.
I will do the sql-logging for testing
Thanks
Frank
Op 17-apr-07, om 18:20 heeft Jerry W. Walker het volgende geschreven:
> Hi, Frank,
>
> Although I agree with Mike here, you might take a shortcut first
> and simply set EOAdaptorDebugEnabled to check the times for your
> SQL execution. I'm suspecting an indexing problem. If so, it should
> be readily apparent from the times on the select statements. I've
> seen indexing problems cause just such orders of magnitude
> variations in execution times.
>
> If that turns out to not be the problem, go with Mike's advice.
>
> Regards,
> Jerry
>
> On Apr 17, 2007, at 11:35 AM, Mike Schrag wrote:
>
>> you're going to have to do some profiling, either with a real
>> profiler or by just adding in some timing statements throughout the
>> call that is slow to see where the time is actually going ... there's
>> just not enough information here to answer your question. That ANY
>> operation takes even 100 seconds is HIGHLY suspect to me, though. I
>> would say you have to serious performance issues at a lower level
>> that need to be resolved. You should really turn on sql
>> debugging, etc.
>>
>> On Apr 17, 2007, at 10:43 AM, Frank Stock wrote:
>>
>>> Hi,
>>>
>>> I use a lot of SOAP-calls and some of them are using several select
>>> statements.
>>> In my random-testing I have done some testing with the
>>> StoreCoordinatorPool. (maxCoordinators=10)
>>> Strange is that the total time is beter (from 140 sec to 100
>>> seconds)
>>> but some SOAP-calls needs a lot more time.
>>> Some SOAP-calls take from less then 1 second to 60 seconds!! (I then
>>> get a out of time error) How can I speed up things?
>>>
>>> Thanks,
>>> Frank Stock
>>>
>>> --------------------------------------------------------------------
>>> --
>>> ---
>>> This SF.net email is sponsored by DB2 Express
>>> Download DB2 Express C - the FREE version of DB2 express and take
>>> control of your XML. No limits. Just data. Click to get it now.
>>> http://sourceforge.net/powerbar/db2/
>>> _______________________________________________
>>> Wonder-disc mailing list
>>> Wonder-disc@...
>>> https://lists.sourceforge.net/lists/listinfo/wonder-disc
>>
>>
>>
>> ---------------------------------------------------------------------
>> ----
>> This SF.net email is sponsored by DB2 Express
>> Download DB2 Express C - the FREE version of DB2 express and take
>> control of your XML. No limits. Just data. Click to get it now.
>> http://sourceforge.net/powerbar/db2/
>> _______________________________________________
>> Wonder-disc mailing list
>> Wonder-disc@...
>> https://lists.sourceforge.net/lists/listinfo/wonder-disc
>
>
> --
> __ Jerry W. Walker,
> WebObjects Developer/Instructor for High Performance Industrial
> Strength Internet Enabled Systems
>
> jerrywwalker@...
> 203 278-4085 office
>
>
>
>
|