search for: 400s

Displaying 13 results from an estimated 13 matches for "400s".

Did you mean: 400
2001 Dec 05
1
DISPLAY=localhost
...DISPLAY to <ip address>:screen.display */ - snprintf(display, sizeof(display), "%.50s:%d.%d", inet_ntoa(my_addr), - display_number, screen_number); - } -#else /* IPADDR_IN_DISPLAY */ - /* Just set DISPLAY to hostname:screen.display */ - snprintf(display, sizeof display, "%.400s:%d.%d", hostname, - display_number, screen_number); -#endif /* IPADDR_IN_DISPLAY */ - /* Allocate a channel for each socket. */ for (n = 0; n < num_socks; n++) { sock = socks[n]; @@ -2531,8 +2486,8 @@ 0, xstrdup("X11 inet listener"), 1); } - /* Return a suitable...
2008 Oct 15
5
REXML vs libxml
Hi all, I''ve been looking at the performance of my fb app and one glaring issue seems to be with the parsing speed of rexml in processing the results. Has anyone looked into porting the facebooker parser from rexml to libxml? If not, any reason I shouldn''t try? Thanks! Yu-Shan. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2001 Aug 08
0
Setting of DISPLAY Variable - Patch
...24 2001 *************** *** 2268,2276 **** --- 2268,2282 ---- display_number, screen_number); } #else /* IPADDR_IN_DISPLAY */ + #ifdef LOCALHOST_IN_DISPLAY + /* Just set DISPLAY to localhost:screen.display */ + snprintf(display, sizeof display, "%.400s:%d.%d", "localhost", + display_number, screen_number); + #else /* Just set DISPLAY to hostname:screen.display */ snprintf(display, sizeof display, "%.400s:%d.%d", hostname, display_number, screen_number); + #endif /* LOCALHOST...
2004 Jul 30
2
mirroring in both directions with rsync
...ave their home directories on both stay in sync. If a user logs into server A and changes files, the server would know to transfer the file from A to B. If they log into server B, rsync transfers from B to A. Matthew Jaffe Engineer II Scientific Research Corporation 2300 Windy Ridge Parkway; Ste 400S Atlanta, GA 30339 770-859-9161
2012 Oct 16
2
List of Levels for all Factor variables
...Life Sciences" "Planning and Financial Services" "ST" "Security Organization" "Strategic Human Resources Mgmt" "WCI" $NEW_DISCIPLINE [1] "100s" "300s" "400s" "500s" "600s" "800s" "900s" [8] "Chem Science" "Engineering" "Life Sciences" "Math Co...
2003 Nov 17
1
rsync --daemon and logfile that can't be created
...logfname = NULL; } #ifdef LOG_NDELAY @@ -191,6 +193,12 @@ int old_umask = umask(022 | orig_umask); logfile = fopen(logfname, "a"); umask(old_umask); + if (!logfile) { + char buf[512]; + sprintf(buf, "logfile %.400s could not be opened, errno %d", logfname, errno); + logfname = NULL; + logit(LOG_ERR, buf); + } } } Paul Slootman
2008 Jun 14
3
Is Ruby on Rails the next step for the new generation?
Hi my 12 year old, WIX, is an amazing auto deductive computer whiz. I have to keep up... He is an excellent VB programmer and knows JAVA. I have been told ROR is the future. I want to guide WIX so he can build up a good methodical working knowledge but don''t want him to waste his time on archaic languages that will not be around soon...Should his next step be ROR or would you recommend
2001 Feb 21
3
X11 display issues
...me or unsupported protocol family"); + + shutdown(sock, SHUT_RDWR); + close(sock); + + return NULL; + } + + #ifndef IPADDR_IN_DISPLAY + if ((he = gethostbyaddr ((void *)&me.sin_addr, + sizeof(me.sin_addr),AF_INET)) != NULL) + snprintf (display, sizeof(display),"%.400s:%d.%d", + he->h_name, display_number, screen_number); + else + #endif + snprintf(display, sizeof(display), "%.50s:%d.%d", + inet_ntoa(me.sin_addr), display_number, screen_number); + } + #endif + /* Allocate a channel for each socket. */ for (n = 0; n < num_...
2004 Nov 10
5
etherbridge bottleneck
I ran some iperf tests today and it looks like the etherbridge is the limiting factor on throughput. In the beforetime, I saw great throughput to the VMs; over 800 Mbps. With the bridge, the numbers are in the 400s somewhere. Is this the speed I can expect from the bridge? Is there some tuning I should try, or another way to get more bandwidth into the VMs? This is with xen-2.0, 2.4.27-xen0 and 2.4.27-xenU. My iperf numbers: 940 Mbps stock linux -> stock linux 470 Mbps stock linux -> xenU 533...
2001 Nov 27
1
[PATCH] tcp-wrappers support extended to x11 forwards
Hi! Here is the patch to support tcp wrappers with x11-forwarded connections. The patch is for openssh-3.0.1p1 but it works fine with 2.9.9p2 too. I've understood that this will not be included in the official version because it adds complexity (?!) to openssh. Binding the forwarded port to localhost doesn't solve all problems. I've understood that you should also implement
2015 May 10
2
[LLVMdev] http://llvm.org/perf/ instability: some clues
Daniel, Tobias, Renato and myself have been looking a little bit at the potential underlying reason for why http://llvm.org/perf/ is instable, and have found some clues. I want to share them here to give people with more experience in the frameworks used by LNT (flask, sqlalchemy, wsgi, .) a chance to check if our reasoning below seems plausible. Daniel noticed the following backtrace in the
2003 Jun 24
20
[Bug 601] configure script doesen't setup preprocessor flags properly
http://bugzilla.mindrot.org/show_bug.cgi?id=601 Summary: configure script doesen't setup preprocessor flags properly Product: Portable OpenSSH Version: 3.6.1p2 Platform: Sparc OS/Version: Solaris Status: NEW Severity: major Priority: P2 Component: Build system AssignedTo:
2014 Jul 15
3
GSSAPI
If I am trying to build OpenSSH 6.6 with Kerberos GSSAPI support, do I still need to get Simon Wilkinson's patches? --- Scott Neugroschl | XYPRO Technology Corporation 4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |