[vfs] When using an action - sleep thread, upon second connect, I get Socket write error.

2005-09-30 Thread JWilliams
The first time runs fine, other than taking large amounts of my heap (issue for another thread). Then on after the sleep time (15 mins) i recieve the error below. The odd thing is, this works fine on another computer with the exact same libraries and JRE (1.5.0_04). However when i turn the sleep t

[vfs] Out of memory when doing getChildren() or findFiles(FileSel ector)

2005-09-30 Thread JWilliams
This is a large directory and doing getChildren() or findFiles() even if the includeFile method of the selector returns false it will take 50MB of the heap. I assume its parsing the output of the ls -l command into a StringBuffer or something. And after it finishes, it doesnt clear the memory fro