473,474 Members | 1,682 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

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 1311
"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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.