Open GoogleCodeExporter opened 9 years ago
Addition for proposition 1: we could create table "shareletters" with 3 columns
(letter, network and sharecount) and trigger which will update statistics for
letters.
Original comment by radist...@gmail.com
on 23 Feb 2010 at 12:19
6. Links with IP addresses for SMB.
Most computers are configured with hostname which doesn't match hostname from
DNS. It
causes problems with smb protocol: client specifies server's name for logon and
server declines it. If this windows-samba-client-specific, then we should add
hostname resolve to the protocol_prepare def (however, this is inapplicable to
the
offline hosts).
Original comment by radist...@gmail.com
on 23 Feb 2010 at 1:06
>add hostname resolve to the protocol_prepare
absolutely no since this may cause a huge wait for nothing
if you really want to have liks with ip address instead of a hostname then add
ip
address column to the shares table and update it with pinger
Original comment by ruslan.savchenko
on 23 Feb 2010 at 7:33
> if you really want to have liks with ip address instead of a hostname then
add ip
> address column to the shares table and update it with pinger
If DNS is working well, additional DNS caches are meaningless. For networks
without
DNS it's better to use IP addresses which are resolves quickly enough. Also,
links on
VFS pages always belong to the one host name, so resolving will be done just
once.
And finally, we don't need to do this for offline hosts.
Original comment by radist...@gmail.com
on 23 Feb 2010 at 7:49
>VFS pages always belong to the one host name
what about search page? Why don't you care about it?
Original comment by ruslan.savchenko
on 23 Feb 2010 at 8:07
> what about search page? Why don't you care about it?
anyway, user may navigate to the VFS. And let's wait with 6th subclause till
I'll
gather statistics.
Original comment by radist...@gmail.com
on 23 Feb 2010 at 8:40
Idea 6 moved to issue 42
Original comment by ruslan.savchenko
on 11 Mar 2010 at 5:35
Original issue reported on code.google.com by
radist...@gmail.com
on 23 Feb 2010 at 11:52