Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
101 VFP7 thing, Part 2
Message
From
06/12/2000 18:02:44
 
 
To
06/12/2000 15:46:34
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00448960
Message ID:
00450162
Views:
36
>I found that the XML parser consistently added about 40-45 seconds. I found this odd as we have web access here of around 3.0-3.5 MB consistently. It seemed, after some digging, that the MSFT XML parser was the culprit. When I ditched it for a straight multi-part form addpost I am now down to about 1-2 seconds for approximately the same amount of data. Perhaps in my case I added too much overhead for the amount of data...

I am still not clear on whether you are complaining about response times or parsing times.

It sounds like you are talking about extremely large datasets if you are talking 40 seconds to parse... with datasets this large XML might no be the best vehicle, because its extremely bloaty.

As far as response times go, my server side framework typically deals with the average request for a single record RS in about .05 seconds. I have stress tested the application using 3 WC instances to about 75000 hits per hour with no apparent leaks. This is with the business objects running in COM+... if they were compiled into the WC app, I am sure I would see even better performance.

>Yeah.. I'd think that we VFP'ers should get up to speed with ADO.

As far as accessing SQL Server and running stored procedures, its an extremely graceful way to go.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform