Displaying 3 results from an estimated 3 matches for "giong".
Did you mean:
jiong
2007 Apr 21
0
Patch: Optimized partition/drive/fs support for syslinux
...ing
these patches compared to syslinux's default open/read_file data path
when using mboot.c (modified to use fs->ops.open() interface). I'm
loading about 50MB of source kernel/modules into memory in my testing.
A USB 2.0 compatible bios is doing the join in 6 secs, and a USB 1.1
bios is giong at around 30 secs.
Earlier my times were about 45sec and 2min 30sec respectively.
Part of the optimization has to do with libfat's cache and the other
with synchronizing read block size with that of gzip's buffer reads.
The vanilla file_read method in syslinux does a "cached" re...
2020 Jul 15
3
Samba + Winbind : Kerberos Tickets
Hi Folks,
We're in the process of setting up a Samba cluster (Samba+CTDB+etcd), and
we (presently) using Winbind. We use AD. We're finding that the domain join
(or kerberos ticket renewal) is unreliable. Every day we find Samba/Winbind
is no longer joined to the domain. Now, we're in a bit of a learning curve
here, and automating everything with Terraform + Ansible. We have yet to
2006 Nov 28
34
Uploading Large (100mb+) files
I have an Apache 2.2.3 (mod_proxy_balancer) frontend server that does
not have mongrel installed. It does proxy requests to several other
mongrel-only servers (each running 2 mongrel processes). Each mongrel
node has the same rails code-base and it''s working perfectly.
However, my question is when I add an upload file form... where is it
going to physically put that file? I mean since