Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [flux-dev] Status update

I think changing the way the flux messages are designed would be fine.
But I am not sure what can be accomplished to late in the game.
 
OK, then I would like to concentrate on flux-file-watcher code polishing, which is already works, however there are some drawbacks.
For example, when I edit file on my linux machine, gnome editor creates temporary file and on saving it moves temporary file replacing original one. From java fs watcher's perspective it looks like a new file was created with the same name. Flux cannot handle this.
I think, this case can be handled using the same way, as flux handles changing existing files. What do you think?

Cheers,
Fjodor

Back to the top