Re: LIST from database

2010-05-03 Thread Brett Bergquist
Actually right now, no. Maybe throw some debug statements around or profile it to see where it is spending the time. Maybe that will give clue as to where it needs to be optimized. Brett On May 3, 2010, at 6:37 AM, Kenneth Vanvik Hansen wrote: Hi, i've implemented your new code. I still

Re: Problem embedding in Glassfish

2009-11-11 Thread Brett Bergquist
Just tried that at home tonight on my Vista box, an it works. I don't think I would have ever found that. I wonder what in the heck that does to affect connecting to TCP connection? Anyways, I'm now writing n FileSystemFactory, FileSystemView, and FtpFile classes that provide a file system

Problem embedding in Glassfish

2009-11-10 Thread Brett Bergquist
I am trying to embed the server in Glassfish. I am doing so by creating a Glassfish LifecycleListener and I start the server up when I receive the ready event. This seems to be working but I cannot connect to the server. I try and basically the connect just hangs. I am running this on