Date: Sun, 9 Oct 2005 22:34:52 -0700 From: Garrett Cooper <youshi10@u.washington.edu> To: freebsd-questions@freebsd.org Subject: Re: unexplained system hangs - possible smbfs issue ?? Message-ID: <C616C43F-6500-4369-9F8B-4D9B7D6F751B@u.washington.edu> In-Reply-To: <04E232FDCD9FBE43857F7066CAD3C0F1053BCF@svmailmel.bytecraft.internal> References: <04E232FDCD9FBE43857F7066CAD3C0F1053BCF@svmailmel.bytecraft.internal>
next in thread | previous in thread | raw e-mail | index | archive | help
Murray, Have you thought of looking into filing a bug report with the Samba people (http://www.samba.org/)? This may be an issue with either your client program, or the SMB implementation in Win2k3, which can be solved by getting the ball rolling with SMB and/or possibly MS. Either way, that is quite a few files to have to parse through, and although it may seem somewhat ludicrous, adding an additional script to presort out your minute reports would greatly reduce the amount of open-file records you need, and while that may not be a permanent solution it can serve as a better base for sorting your data. You could just create proper directories on the Win2k3 server, like %BASE_DIR%\Year\Day\Hour, if you get a large volume of files, or just strictly put them in a daily directory since it sounds like your volume is manageable. Plus, it's probably easier for humans to manage as opposed to 2000+ flat files in the same directory ;). Any SQL would handle this issue nicely as well since one of databases' best selling points is this type of application. -Garrett
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C616C43F-6500-4369-9F8B-4D9B7D6F751B>