Click here to Skip to main content
15,895,011 members

Comments by hemant malpote (Top 25 by date)

hemant malpote 29-Oct-14 6:28am View    
In this example they are reading file when there will be no lock . See the if condition 'if (lock != null)'
hemant malpote 29-Oct-14 6:20am View    
Torsten it is preferable to use channel lock.
Just need to come out of read lock.
hemant malpote 29-Oct-14 6:03am View    
I am trying with channel lock.
But the channel lock doesn't not allowing to read file as well.
I want only write lock not read .
hemant malpote 29-Oct-14 5:52am View    
For second user new instance of file object will be create. So it will not comes in use.
It should be file specific. Like specific file is locked or not.
hemant malpote 27-Oct-14 10:36am View    
Issue has been resolve with changing ms-viewport {width : devicewidth} to ms-viewport {width : auto} in bootstrap.
Thanks for your reply.