FW: How to get all the files under the webdir?

2007-02-14 Thread Keenan, Greg John \(Greg\)** CTR **
>Hello lists, > >I want to get all the files on some a webdir.For example: > >http://www.foo.com/bar/ > >But that dir has a default page "index.htm".So when I accessed the url I only got the >default page. > >Can you tell me is there a way to fetch all the files in that dir?Thanks a lot. Hi, As

Re: share semaphore across threads

2007-02-14 Thread natevw
On 2007-02-13 14:35:40 -0800, [EMAIL PROTECTED] (Nathan Vander Wilt) said: I have a list of data that I want to operate concurrently on, as many threads as I have processors. So I wrote a bit of code that uses a semaphore to halt spawning of new threads when the limit are already running. I hav

out of memory problem

2007-02-14 Thread Arantxa Otegi
I have memory problems programming with perl: "out of memory!" I have to process a lot of xml files which are in different directories (more than 2 files in 110 directories). The files are quite small (almost all of them are smaller than 100KB). Here is some code: code #

Re: out of memory problem

2007-02-14 Thread Ken Foskey
On Wed, 2007-02-14 at 12:37 +0100, Arantxa Otegi wrote: > I have memory problems programming with perl: "out of memory!" > > I have to process a lot of xml files which are in different directories > (more than 2 files in 110 directories). The files are quite small > (almost all of them are s

Re: out of memory problem

2007-02-14 Thread D. Bolliger
Arantxa Otegi am Mittwoch, 14. Februar 2007 12:37: > I have memory problems programming with perl: "out of memory!" > > I have to process a lot of xml files which are in different directories > (more than 2 files in 110 directories). The files are quite small > (almost all of them are smaller t

Re: out of memory problem

2007-02-14 Thread Rob Dixon
Ken Foskey wrote: On Wed, 2007-02-14 at 12:37 +0100, Arantxa Otegi wrote: I have memory problems programming with perl: "out of memory!" I have to process a lot of xml files which are in different directories (more than 2 files in 110 directories). The files are quite small (almost all of

Re: out of memory problem

2007-02-14 Thread Rob Dixon
Arantxa Otegi wrote: I have memory problems programming with perl: "out of memory!" I have to process a lot of xml files which are in different directories (more than 2 files in 110 directories). The files are quite small (almost all of them are smaller than 100KB). Here is some code: ##

Re: out of memory problem

2007-02-14 Thread John W. Krahn
Arantxa Otegi wrote: > I have memory problems programming with perl: "out of memory!" > > I have to process a lot of xml files which are in different directories > (more than 2 files in 110 directories). The files are quite small > (almost all of them are smaller than 100KB). > Here is some co

Is Perlmonks.org down? Or is it me?

2007-02-14 Thread Jenda Krynicky
Yesterday it was slow, today I can't even load any page completely. Is it me or is there a problem with the site? Jenda = [EMAIL PROTECTED] === http://Jenda.Krynicky.cz = When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Te

Re: Is Perlmonks.org down? Or is it me?

2007-02-14 Thread Rob Coops
Must be you just checked and it is still there... It might be a little slow as the few people that use perl seem to be able to need a lot of help on how t use it causing a huge load on the servers :-) Regards, Rob On 2/14/07, Jenda Krynicky <[EMAIL PROTECTED]> wrote: Yesterday it was slow,

Re: Is Perlmonks.org down? Or is it me?

2007-02-14 Thread Bill Jones
On 2/14/07, Rob Coops <[EMAIL PROTECTED]> wrote: It might be a little slow as the few people that use perl seem to be able to need a lot of help on how t use it causing a huge load on the servers :-) Ouch! lol, I haven't been on there in months =) -- WC (Bill) Jones -- http://youve-reache

logic help

2007-02-14 Thread Tony Heal
I am working on a script to back trace debian package (program) dependencies. Here is how the systems works Package A needs packages D,E & F installed before it will install Package D needs package G, H & I installed before it will install Package G needs package C, J & K installed before i

Re: logic help

2007-02-14 Thread Mumia W.
On 02/14/2007 08:35 PM, Tony Heal wrote: I am working on a script to back trace debian package (program) dependencies. Here is how the systems works Package A needs packages D,E & F installed before it will install Package D needs package G, H & I installed before it will install Package