473,378 Members | 1,439 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

XML Processing

Jay
It seems to me that when I retrieve large amounts of XML data using Visual
Basic 6 (lets say 900 records 20 fields), processing seems to slow way down.

Has anyone else experienced this?

Thank You,


Jul 20 '05 #1
5 1301
"Jay" <ja**********@hotmail.com> wrote in message
news:kMylb.2033$CP6.52@okepread04
It seems to me that when I retrieve large amounts of XML data using
Visual Basic 6 (lets say 900 records 20 fields), processing seems to
slow way down.


That depends. But - yes. If you work with a lot of data, processing
slows down. I can see no reation to XML, this is the normal behaviour of
a computer.

You have given no information of what you do and of what "slowing way
down" means to you, so do not expect something more helpful than this.

Martin
Jul 20 '05 #2
There are many ways how to "optimize" your XML for increasing speed of
processign and parsing. So perfomance is not always down to how good your
PC, but to your skills also.

Ev.
Jul 20 '05 #3
On Wed, 22 Oct 2003 11:59:15 -0500, "Jay" <ja**********@hotmail.com>
wrote:
It seems to me that when I retrieve large amounts of XML data using Visual
Basic 6 (lets say 900 records 20 fields), processing seems to slow way down.


A DOM holds the entire XML document in memory, a relational database
will hold it on disk and just load pages as required. You can imagine
the effects for yourself, when single documents become large.

XML DOM's are a good way to manipulate data, and not a bad way to
extract pieces from a larger working set. But when your potential
source set is really big, then it's not the best technology to choose.
Try building a smaller document (or even several of them) as the
result of a database query, and only put into it what you need.

--
Die Gotterspammerung - Junkmail of the Gods
Jul 20 '05 #4
"arachno" <sh***********@kipr.net> wrote in message
news:bn************@ID-155519.news.uni-berlin.de
So perfomance is not always down to how good your PC,
but to your skills also.


I did not deny that. ;-)

Martin
Jul 20 '05 #5
Hi,

I have a project to create a tool to analyse performances of an athlte being
tested on a jump mat. (what it is doesn't really matter... it gives me a CSV
with data in of an athletes scores).

I need to be able to attch athletes to groups of athletes, and access
different parts of the data for different tests. I would like to save
athletes so they can be loaded at a later data and have more data added to
them. Does it sound like I want to be using XML? And if so what tools do I
need to consider to do it?

With the small amount of reading I have done it sounds like DOM would be
more suited to the job them SAX but would a be better suited using JDOM or
DOM4J. (It is my intention to implement in java...)

Any advise or reading material would be very much appreciated. If I am
really barking up the wrong tree would someone please let me know!
Thanks

Jon
Jul 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ganapathy | last post by:
I have COM dll code written in VC 6.0. When i tried compiling this code in VC 7, The MIDL cmpiler gets called twice. i.e. it initially compiles fully & immediately a line - 64 bit processing'...
2
by: Luiz Vianna | last post by:
Hi folks, I got a problem that certainly someone had too. After a user request, I (my server) must process a lot of data that will expend some time. During this process I must inform the user...
6
by: James Radke | last post by:
Hello, I have a multithreaded windows NT service application (vb.net 2003) that I am working on (my first one), which reads a message queue and creates multiple threads to perform the processing...
10
by: Enrique Cruiz | last post by:
Hello all, I am currently implementing a fairly simple algorithm. It scans a grayscale image, and computes a pixel's new value as a function of its original value. Two passes are made, first...
0
by: tavares | last post by:
(Our apologies for cross-posting. We appreciate if you kindly distribute this information by your co- workers and colleagues.) ...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.