search for: forker

Displaying 11 results from an estimated 11 matches for "forker".

Did you mean: worker
2006 Feb 02
3
Slightly OT: OpenPBX.org and Freeswitch
...er visiting the Freeswitch site and signing up to get the source and docs, I'm not all that impressed. It's a great idea but it is months away from being a truly useful product. My questions to the Asterisk user community: are you at all concerned about the complaints made by the "forkers?" Or are they the ones who are all forked up? ;) What about Freeswitch? Do you see that as a threat to Asterisk or simply as yet another competing product? (After all, there are other open source PBX projects available.) I would really like to hear your comments, concerns and viewpoin...
2016 Mar 12
2
static vs shared modules build
Since all my Samba AD member servers rely on vfs_acl_xattr to take care of Windows permissions, is there any performance advantage to building samba with a static vfs_acl_xattr module? (./configure --with-static-modules=vfs_acl_xattr) Thank you
2016 Mar 12
2
static vs shared modules build
> no, it only has a theoretical impact on the number of open > filehandles, theroretical means in that context surely not relevant > for a fileserver > > if you have a preforking service and expect many thousand forkers than > it may become relevant Thank you Would you give the same advice in the case of a Samba 4 AD Domain Controller?
2006 Oct 30
2
[LLVMdev] "fork" and "sync" for LLVM thread support - any comments?
...'t really have a strong opinion on what to do about sync's that are unpaired. We could either do some work and complain at compile-time, or simply have such syncs hang. The latter makes more sense to me. - An important point is that when generating code, how do you know who is the "forker" and who is the "forkee" if all you have are sync instructions that look alike? There are a few answers: a) If all sync tokens are compile-time constants, then it actually shouldn't matter (expect maybe for performance.) All tokens (and by extension, their respective sync...
2016 Mar 12
0
static vs shared modules build
...ith a static vfs_acl_xattr module? > > (./configure --with-static-modules=vfs_acl_xattr) no, it only has a theoretical impact on the number of open filehandles, theroretical means in that context surely not relevant for a fileserver if you have a preforking service and expect many thousand forkers than it may become relevant -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: <http://lists.samba.org/pipermail/samba/attachments/20160312/403fc0c5/signature.si...
2016 Mar 12
0
static vs shared modules build
Am 12.03.2016 um 20:16 schrieb Miguel Medalha: > >> no, it only has a theoretical impact on the number of open >> filehandles, theroretical means in that context surely not relevant >> for a fileserver >> >> if you have a preforking service and expect many thousand forkers than >> it may become relevant > > Would you give the same advice in the case of a Samba 4 AD Domain > Controller? i would give the same device for *any* type of software since the whole operating system including the kernel itself these days is built with shared modules and you...
2015 Mar 14
0
Bug or not?
...to have bounced off the list server. Did you get the direct copy? On Thu, Mar 12, 2015 at 6:46 PM, Evan Foss <evanfoss at gmail.com> wrote: > Hi Pierre, > > Yes well acpidump is free software island wildlife. As yet it has not > predators so the only thing keeping it in check is forkers loosing > interest in maintaining their version. (is forker a word?!) > > Attached is the file. > > Thanks, > Evan > > On Thu, Mar 12, 2015 at 1:37 AM, Pierre Moreau <pierre.morrow at free.fr> wrote: >> Hi Evan, >> >> I didn't know there were so...
2012 Jul 20
2
Bug#682202: xcp-squeezed not started on boot
Package: xcp-squeezed Version: 1.3.2-9 Severity: important When trying to start a guest I get: # xe vm-start name-label=squeeze-2 The server failed to handle your request, due to an internal error. The given message may give details useful for debugging the problem. message: Failure("The ballooning daemon is not running") If I then manually run "/etc/init.d/xcp-squeezed
2012 Jun 08
5
Best way to duplicate a live Centos 5 server?
I've got a CentOS 5 server that I want to migrate over into a virtualized instance. The problem is I need to minimize downtime so was trying to figure out a way to "live" clone the original. Initially, I thought I could do this via exporting an iSCSI target from the virtual host, create a MD raid 1 array on the C5 server, wait for it to sync, then shutdown the physical server and
2006 Mar 22
12
RJS page.replace(_html) problems
For some time now I try to get my code working. This Monday I switched to RJS (first with 1.0 + plugin) and yesterday to Edge Rails, so I guess I''ve been using the most recent version. I have a div with id="detail" which I want to update with a partial. If I''m using page.replace_html the content will be replaced with text, i.e. the javascript won''t become
2015 Mar 12
3
Bug or not?
Hi Pierre, No worries about the response time. I remember when the features matrix was mostly todo's. Clearly you folks have put in a ton of work. I would feel bad about trying to shove a developer into my problem and I do not have the time right now to join the development team. Besides my day job I am currently writing a library to interpret BSDL files (JTAG). I am having a bit of trouble