Displaying 11 results from an estimated 11 matches for "wpids".
Did you mean:
pids
2012 Feb 29
2
[PATCH] Start the server if another user has a PID matching our stale pidfile.
If unicorn doesn''t get terminated cleanly (for example if the machine
has its power interrupted) and the pid in the pidfile gets used by
another process, the current unicorn code will exit and not start a
server. This tiny patch fixes that behaviour.
---
lib/unicorn/http_server.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/unicorn/http_server.rb
2004 Mar 14
1
attaching to any thread with winedbg
...t;walk th
process tid prio
00000016 (D) C:\windows\system\msiexec.exe
0000001b 0 <==
00000018 0
00000017 0
and i am able to do a "bt". how should i trace another threads?
btw, no docs says i must enter wpid in decimal form, while walk cmd gives
wpids in hexadec form. should i offer patch to some doc-file or have i
misread something?
2001 Aug 10
1
Solaris X86
I ran freecell under wine -debugmsg +relay and got an exception with a
message
protocol error: 84a28e8: init_process : parent but no info
just after SHOWWINDOW was called
Anyone know what this means ?
2011 Jun 16
7
[PATCH] replace fchmod()-based heartbeat with raindrops
This means we no longer waste an extra file descriptor per
worker process in the master. Now there''s no need to set a
higher file descriptor limit for systems running >= 1024
workers.
---
I just pushed this out to git://bogomips.org/unicorn.git and it''ll
be in Unicorn 4.x.
The subset of raindrops used by Unicorn should work on all machines
with mmap(2) +
1999 Jan 24
1
HPUX 9.05 & Samba 2.0.0 & problems -> solved !
Hi there !
I just solved the problem that produced following error in smb.log file:
'check_access_allowed_for_current_user: The process is no longer waiting!'
Since nobody gave me any help I had to dig this out myself :-)
This error happens if two programs hold more than 10 same files
simultaneously open through Samba and
check_access_allowed_for_current_user() gets called. And this
2013 Dec 09
2
[PATCH] rework master-to-worker signaling to use a pipe
Signaling using normal kill(2) is preserved, but the master now
prefers to signal workers using a pipe rather than kill(2).
Non-graceful signals (:TERM/:KILL) are still sent using kill(2),
as they ask for immediate shutdown.
This change is necessary to avoid triggering the ubf (unblocking
function) for rb_thread_call_without_gvl (and similar) functions
extensions. Most notably, this fixes
1999 Jan 25
0
SAMBA digest 1954
Hi, How much is mail-gear and where can I buy it?
----- Original Message -----
From: <samba@samba.org>
To: Multiple recipients of list <samba@samba.org>
Sent: Monday, January 25, 1999 6:14 PM
Subject: SAMBA digest 1954
> SAMBA Digest 1954
>
>For information on unsubscribing see http://samba.org/listproc/
>Topics covered in this issue include:
>
> 1) Re: [WIN
2004 Aug 06
1
Speex ACM Format Tag
Keith,
Try emailing mmreg@microsoft.com to register a wave format tag. If that doesn’t
work please let me know and we'll find the direct contact there.
Regards,
Marc
-----Original Message-----
Wrom: YLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTF
Behalf Of Keith Looney
Sent: Friday, May 16, 2003 10:58 AM
To: speex-dev@xiph.org
Subject: [speex-dev] Speex ACM Format Tag
2011 Jan 15
5
Wave audio problem
I have some problems with wave audio in Wine. It sais that my device does not support any format at all. I run the following
Code:
#include <windows.h>
#include <cstdio>
typedef int (*EnumDevicesCallback)(const WAVEOUTCAPS* caps,void* param_through);
int enumDevices(EnumDevicesCallback onDevice,void* param_through)
{
unsigned int n_devs=waveOutGetNumDevs();
unsigned int i=0;
2013 Nov 15
0
Wine release 1.6.1
The Wine maintenance release 1.6.1 is now available.
What's new in this release (see below for details):
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.6.1.tar.bz2
http://mirrors.ibiblio.org/wine/source/1.6/wine-1.6.1.tar.bz2
Binary packages for various distributions will be available
2013 Sep 13
0
Wine release 1.7.2
The Wine development release 1.7.2 is now available.
What's new in this release (see below for details):
- Right-to-left text layout improvements.
- NTLM and Negotiate authentication for RPC over HTTP.
- More glyphs in the built-in Wingdings font.
- Better system tray support in the Mac driver.
- Activation context improvements.
- Various bug fixes.
The source is available from