search for: extrnally

Displaying 8 results from an estimated 8 matches for "extrnally".

Did you mean: externally
2005 May 25
2
external and internal LANs
hi all what does it mean if the total network speed on internal LAN is greater than the external LAN and why it happens? the extrnal LAN here is the Intenet using a dedicated bandwidth. and BTW the linux box NATting has no shapping at all. just direct piping
2005 Jul 03
2
[LLVMdev] How do you determine whether a function is defined externally to a module ?
...efined externally ? Basically I want a list of external functions but cannot seem to get one. e.g. I want to create the following list for a module EXTERN _printf : NEAR EXTERN _malloc : NEAR EXTERN _an_external_fn : NEAR I have tried all the obvious permutations but cannot seem to get only the extrnally defined symbols. Help, Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050703/1047572a/attachment.html>
2012 Jul 26
2
kernel parameters for improving gluster writes on millions of small writes (long)
...9;ALLPATHS' suite and it generates an artificial Illumina data set from an input genome. In this case about 5GB of the type of data described above. Like before, the gluster process goes to >100% and the program itself slows to ~20-30% of a CPU. In this case, the app's output cannot be extrnally trapped by redirecting thru gzip since the output flag specifies the base filename for 2 files that are created internally and then written directly. This prevents even setting up a named pipe to trap and process the output. Since this gluster storage was set up specifically for bioinformatics, t...
2006 Nov 16
0
rsync-ssh problem
I am having a real nightmare getting automated login with ssh to work; hoping someone can guide me. I am running Ubuntu 6.10. I have a main machine (called greywolf) which has a partition for my /home on it. I am doing backups to an extrnal usb drive attached to a Linksys NSLU2 (called slug) running UnSlung firmware. All hosts, networking, shares, firewall & such stuff is working fine.
2003 Nov 09
1
BIND version 9.2.1 how do i do local dns and external resolution
I wish to be able to do 2 things: 1) Resovle local names to IP's e.g o wish to name my mail server at 10.0.0.1 mail.cfu.local 2) I would like to host my own DNS server for internet use localy as the local ISP here somtimes have problems with their services. I am currently running RedHat LINUX9 with Samba 2.2.8a with Bind 9.2.1 my proxy server running squid is on 10.0.0.100 internal
2005 Jul 03
0
[LLVMdev] How do you determine whether a function is defined externally to a module ?
...a list of external functions but cannot seem to get one. > > e.g. I want to create the following list for a module > > EXTERN _printf : NEAR > EXTERN _malloc : NEAR > EXTERN _an_external_fn : NEAR > > I have tried all the obvious permutations but cannot seem to get only the extrnally defined symbols. Something like this should work: for (Module::iterator F = M->begin(), E = M->end(); F != E; ++F) if (F->isExternal()) ... Function* F is external! ... If you take a look at the PowerPC asm printer, it has to do some special things for external functions as wel...
2016 Jan 27
1
Prevent read locks on shares
Thanks Jeremy but I don't understand why the lock is being applied at all when it's not being asked for. Your advice to not disable locking if applications legitimately share file access to me seems to be the inverse of what is needed. After all, the fact that our application shares file access is the very reason we don't want file locking. regards, John On 28/01/16 10:37,
2005 Mar 19
2
Goto and E1 line
Hi, I have a server with 2 TE110P cards. 1 card is plugged to telco line, another card is plugged with a Hicom PBX. I want to send some call to VoIP phones and all other to my PBX. I don't known how to make my dialplan : ===========Extensions.conf========== [incoming_call] exten => 090200000,1,Goto(callcenter,100,1) exten => 022956353,1,Goto(callcenter,100,1) exten =>