Re: [Samba] Samba very, VERY slow ...

2003-10-20 Thread Eric Maisonobe
  Eric,
 
  Suggest you replace the ethernet card and/or the network cable.
  Sounds like a hardware issue.

 Mismatched duplex settings (full vs. half) can also do this.  Not all
 hubs/switches auto-detect the ethernet card's setting properly.
[...]

Thanks for your help !
I've found a solution to my problem :
I've added the option :

socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=8192 SO_SNDBUF=8192

instead of only :

socket options = TCP_NODELAY

Now, the clients open the appli under 4 seconds !!! (instead of 40 before!).
And moreover : i think they open under 4 seconds because they are slow and
they have to analyse the data sended by samba. Samba should bring them the
data under a much more short delay !!!

--
oO--Oo
  Eric MAISONOBE
  [EMAIL PROTECTED]
oO--Oo


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Samba very, VERY slow ...

2003-10-17 Thread Eric Maisonobe
Hello !

I've installed serveral servers under Linux in my association with samba on
it, without any problem.

But, for the latest application we need to use, samba has to share about 800
borland data files.

All goes right, but the systeme (P3-800Mhz-256Mo RAM for 8 users) is very,
VERY slow (about 40 second to open the application).

I've take a look at the system use, even when a client open a session, and :
- the processor is use about ... 3% (97%free) !!!
- Mem : 23Mo used...233Mo free !!!
- average load : about 0,01 !!!

I've putlog level = 0, correct wins server adress, socket options =
TCP_NODELAY

and my share is :
[c]
   comment = Disk C
   path = /home/c
   browseable = yes
   admin users = guest nobody # I know, it's bad ;-)) but requiered by the
appli
   writable = yes
   public = yes
   create mode = 777


Any help would be welcome !

Eric MAISONOBE


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba