I am using the WinXP network bridge, not the winpcap. The TAP interface
and the LAN interferace are bridged together.... It turns out that most
operations are fast except writing from colinux to the file server via smbfs.
File reading is fast.
I am also running a samba server on colinux and access it from WinXP. Both
reading and writing are fast in WinXP, so that is a little bit wierd :)
On Mon, 28 Jun 2004 16:05:29 +0000, Supergeek <webmaster@...> wrote:
>
> What networking system are you using?
> If its the bridged networking using winpcap then i have found it to be
> very slow aswell, even when conecting to the host system, whereas using
> the tap driver seems much faster.
>
>
> Peng wrote:
>
> >Hi all,
> >
> >My laptop is connected to my home file server via 100Mbps LAN and
> >I am running WinXP+colinux 0622 on the laptop. I am trying to access
> >the file server via samba from both winXP and colinux, but I am surprised
> >by the speed comparison:
> >
> >=============================================
> >test.mp3 is an 5.8MB file on the file server....
> >file server root mounted at /mnt/f
> >=============================================
> >
> >colinux / # du -k /mnt/f/tmp/test.mp3
> >5791 /mnt/f/tmp/test.mp3
> >colinux / # time cp /mnt/f/tmp/test.mp3 /mnt/f/tmp/test1.mp3
> >
> >real 0m39.426s
> >user 0m0.000s
> >sys 0m0.470s
> >
> >=============================================
> >In winXP+cygwin, I also access the same file server via samba:
> >file server root mapped to Z:/
> >=============================================
> >
> >thinkpad ~ $ cd /cygdrive/z/tmp
> >thinkpad tmp $ time cp test1.mp3 test3.mp3
> >
> >real 0m2.093s
> >user 0m0.030s
> >sys 0m0.230s
> >
> >
> >40 sec VS 2 sec! That's a 20x difference... I am just curious:
> >what is making colinux smbfs slow?
> >
> >
> >Best Regards,
> >
> >Peng
> >
> >
> >-------------------------------------------------------
> >This SF.Net email sponsored by Black Hat Briefings & Training.
> >Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
> >digital self defense, top technical experts, no vendor pitches,
> >unmatched networking opportunities. Visit http://www.blackhat.com
> >_______________________________________________
> >coLinux-devel mailing list
> >coLinux-devel@...
> >https://lists.sourceforge.net/lists/listinfo/colinux-devel
> >
> >
> >
>
> -------------------------------------------------------
> This SF.Net email sponsored by Black Hat Briefings & Training.
> Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
> digital self defense, top technical experts, no vendor pitches,
> unmatched networking opportunities. Visit http://www.blackhat.com
> _______________________________________________
> coLinux-devel mailing list
> coLinux-devel@...
> https://lists.sourceforge.net/lists/listinfo/colinux-devel
>
|