Displaying 20 results from an estimated 2000 matches similar to: "FileSystemWatcher - has any one done this?"
2007 Feb 15
3
Re: Incremental Updates
As an alternative to polling the client, as Ryan describes, you could
consider piggy-backing the status updates on the back of other ajax
responses. Which way you go depends entirely on the nature of your app, in
particular:
1. how frequently it generates ajax traffic anyway
2. how long the server-side process is going to take
If the server-side process takes, say, 20 seconds, polling is a
2006 Feb 03
1
Using samba volume with C# FileSystemWatcher class
I'm trying to monitor changes to the contents of a directory using the
FileSystemWatcher class of MS Visual Studio C#.
Here is my setup:
Unix (Sun OS) with an nfs share pointing to a sub-directory on the local
disk
Windows XP (sp2) with the nfs share set up and mapped to the T: drive
designator.
Using "My Computer", I can open a window to the nfs share and see all of the
files in
2011 Jun 16
1
Samba and .NET FileSystemWatcher
Hi All,
I've been looking into a problem using the .NET FileSystemWatcher class
in a VB application. The application is only receiving notifications for
events in the root of the directory it is watching. E.g. When monitoring
\\SambaServer\Files <file:///\\SambaServer\Files>
\\SambaServer\Files\file.txt <file:///\\SambaServer\Files\file.txt>
will give notifications but not
2008 Feb 27
1
Lower and Upper Case and MS C# FilesystemWatcher
Hi all,
I'm trying to find a way to make the C# FilesystemWatcher class distinguish between Linux mixed lower and upper case files on a Samba share. E.g., file A is called abc.JPG and file B is abc.jpg, and Linux knows that's two files - now, when I delete such a file via a Samba share, both files A and B are deleted.
I did not find a solution at Google or in this list, so any help or
2010 Feb 04
1
Using the 'WatchSubDirectories' setting in a .NET FileSystemWatcher with a Samba Share
Hi all,
I've just managed to upgrade to Samba 3.3 and am pretty ecstatic about
finding i can now use FileSystemWatcher to watch for file changes in a
directory. On a Windows system however, when I say 'watch $dir' with
watchsubdirectories == true and $dir/a/file.jpg is changed, I get a
filechanged notification - on Samba 3.3 this doesn't happen - does
anyone know if it's
2004 Oct 08
0
Question about FileSystemWatcher
Has anyone ever tried to use .net FileSystemWatcher against a Samba server?
Microsoft says that FileSystemWatcher commands only work against Win2k or
greater servers.
Does anyone know if Samba can emulate this support?
FileSystemWatcher is a component of .net that let's the program listen for
File system change alerts, such as when a file is written, changed, deleted,
etc.
Any help would
2005 Oct 25
1
FileSystemWatcher
Hi,
I tried to use the FileSystemWatcher class on a Samba share.
It does not work. Using API's is not that easy and I don't want to have
it run on a timer.
I would rather have it event driven..
I am using VB.NET and Samba 3.0.20b on SuSE 9.2 with RiserFS
Will this class ever be implemented with Samba? I thought that Samba
emulates NTFS to the outside world and it would not make a
2006 Jul 07
6
mongrel/win32/apache2 link modification question.
I have apache2 - mongrel 0.3.13.3-mswin32 running, on a server 2000
pc, by folowing the ''Serving Multiple Rails Applications on Windows
with Apache and Mongrel'' ( http://tinyurl.com/z9ftz )
the question I have is why is why is http://localhost/myapp/ addded to
the front of all my links and how can I stop it?
origanal link using webrick /employees/edit/1214
now
2006 May 17
5
text_field_with_auto_complete (newbie question)
I have the text_field_with_auto_complete woking on my user DB using
last_name. so looking for ''ivanoff'' works great, but I can''t find
''john''. Plus I like to have ''last_name, first_name'' show up in the
dropdown.
what I can''t figure out is how to concat first_name and last_name to
make a name and use that to look it.
working
2006 May 22
2
text_field_with_auto_complete part II (newbie question)
now that tha auto complete works (thanks Craig) I''m at a stumbling point again.
here''s the situation.
I have a text box that gets populated from the auto complete that has
"ivanoff, john" and I want to add him to a list of approved users.
how do I get the id to add to the employees_users table?
do I need to look up the employee in the employee table or can I get
the
2006 Jul 27
3
[somewhat OT] Apache config for Rails + ColdFusion + PHP
Our group has several web apps developed in ColdFusion, PHP, and Rails. The
ColdFusion and PHP apps are on an older server, and the Rails apps on a new
server. Ideally, we''d like them all to share the same server.
Our current setup for the Rails server is Apache2.2 with mod_proxy_balancer
and mongrel_cluster. We''d like to have specific directories be processed
and served by
2006 Oct 16
4
has many :through, accessing join model attribute (newbie)
from the rails recipes i have a has_many through "working".
I can list a user and what magazines he subscribes to. but I can''t
seem to figure out how to get the other attributes from subscriptions.
(like last_renewed_on)
reader_controller.rb
def list_reader
@readers = Reader.find(1)
end
----------
list_readers.rhtml
<dl>
<dt><%= readers.name %> </dt>
2007 Feb 01
16
Help with RadRails...
Hi everyone,
I hope someone can help with some RadRails guidance...
( on WIndows XP )
I''ve been using UltraEdit and it''s Project management is good, but I
feel RadRails should be better with the inbuild Ruby and RoR
features...
I''ve tried working through the tutorials on the web site for example
the CookBook tutorial & it tells me to go the Generators Pane, which
2009 May 01
4
Hardening
Hi All,
What tips does everyone have on hardening a CenOS Server that is
running web, e-mail, ssh, ftp, mysql, coldfusion and will be
processing payments from www?
-Jason
2006 May 09
6
To Do list project?
I''m looking for a good web-based to do list app. Essentially, I''d like
to use Basecamp''s todo management system, but that''s not an option
since I can''t install Basecamp on a server I own. The information
being tracked in the list cannot be sent out of my intranet.
I would imagine that there are a couple of open source rails apps that
would meet my
2009 May 05
2
Apache and CF
Hi All,
I have a CentoS 5.3 Xen Instance at Mosso.
I need to run ColdFusion and I have in the past successfully made
everything work, but not on Linux rather Windows.
I just cannot get Apache and CF talking. I added mod_jrun22, When I
try to serve a CF file, I am asked to download binary data. I
added .cfm and .cfml to Directory Index for /var/www/html in
httpd.conf and nothing still.
2006 Mar 31
9
File upload progress bar
I''ve seen a few demos online, for php, but I''m looking for a file upload
progress bar implementation with Prototype. Can anyone point me in a good
direction for one?
I''m not using Rails, so I can''t use the upload_progress addon,
unfortunately.
Thanks for any info
Jim
_______________________________________________
Rails-spinoffs mailing list
2001 Nov 13
1
Coldfusion Studio 4.5.2 and Wine
I am a Coldfusion under Linux ISP, and could really use some help making
Coldfusion Studio (the development IDE) run uner wine... any suggestions or
has someone maybe done it? Thanks!
_________________________________________ Brian Tafoya
http://briantafoya.com _________________________________________
2005 Aug 08
4
Problem with DFS mounting (works OK in smbclient) [samba-3.0.14a-2.1.fc4.kde]
I am having problems mounting a DFS share, even though it works in smbclient
fine.
After mounting, the mount point (in ls) has question marks for everything, and
when ls'ing I just get permission denied.
Turning up debug and verbose don't seem to help. Any ideas ?
[tom@charles-compaq@1306 /home/tom/Projects/gbb-core-app ]
smbclient //exchsvr/dfs -U tchiverton -W BLUEFINGER
Password:
2013 Apr 30
1
Volume heal daemon 3.4alpha3
gluster> volume heal dyn_coldfusion
Self-heal daemon is not running. Check self-heal daemon log file.
gluster>
Is there a specific log? When i check /var/log/glusterfs/glustershd.log
glustershd.log:[2013-04-30 15:51:40.463259] E
[afr-self-heald.c:409:_crawl_proceed] 0-dyn_coldfusion-replicate-0:
Stopping crawl for dyn_coldfusion-client-1 , subvol went down
Is there a specific log? When