wrote:
> Arvin Portlock wrote:
>
> ># $Id: ExpatXS.pm,v 1.39 2005/11/10 09:38:31 cvspetr Exp $
>
> I've now tried your program with this exact version of ExpatXS.pm, and
> it also works for at least 10_000 files.
And I just tried it on Windows and it works fine, though not
quite the same version of perl and an old version of ExpatXS.
I'm not a system administrator so I had to compile and install
my own local copy of perl and miscellaneous modules, something
I do infrequently. Perhaps I did something wrong there. At
least it isn't a bug in my program, and it seems not to be a
bug in ExpatXS. It seems doubtful it would be a solaris-specific
bug of any kind.
So I could try creating a single-file version of the program
and call it through a loop in a shell script. It's a bit less
convenient to maintain state. I wonder what kind of hit I'll
take doing that? Or I could use pure perl. Except the reason I'm
doing this is the Java DOM solution in place is way too slow
so I was hoping for a more impressive boost in speed. I might
try and bite the bullet and struggle through installing Xerces
which is pretty fast, and, come to think of it, would be useful
in other applications. Maybe I'll try and hack a destructor for
the parse object.
Anyway, I'm just thinking out loud now. Thank you very much
for all of your help. Though the problem remains, it still
helped me out very much.
Arvin
>
>
>
> >This is perl, v5.8.7 built for sun4-solaris-thread-multi
>
>
> This is perl, v5.8.7 built for x86_64-linux
> This is perl, v5.8.3 built for x86_64-linux-thread-multi
> This is perl, v5.8.0 built for i386-linux-thread-multi
>
> (I would have replied to myself, but my first post hasn't showed up for
> me yet. I hope it does eventually.)
>
> Xho
>