Posted: Wed Sep 15, 2010 9:16 am Post subject: FileInput Node 6.1 stops picking up files
Newbie
Joined: 15 Sep 2010 Posts: 1
Hi everybody,
I have a message broker flow version 6.1.0.7, basically the flow has many FileInput Nodes, which pick up different files from the same directory. The executable works fine but suddenly it stops taking the files. It doesn’t happen frequently as soon as we noticed; just restart de flow and the flow start picking up files.
I wonder if someone has the same problem or something similar? I think it may be the time of pooling in the node’s configuration (default 5 seconds)
Your help would be very much appreciated
Posted: Wed Sep 15, 2010 10:32 am Post subject: Re: FileInput Node 6.1 stops picking up files
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
roproo wrote:
I wonder if someone has the same problem or something similar?
What do the broker's logs have to say about this? What platform is the broker running on? Is it possible Windows has stopped allocating broker file handles? Why have so many input nodes? Why not have a single node then distribute the contents within WMB? _________________ Honesty is the best policy.
Insanity is the best defence.
Yes, use one file input node for the whole directory (any file) and deal with the different requirements (if any) inside the message flow. Your design is not scaleable. You will cause broker to start one thread for each input node.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum