search for: deteremined

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

Did you mean: deteremine
2018 Aug 29
4
Identifying objects within BumpPtrAllocator.
In various debug dumps (eg., Clang's -ast-dump), various objects (eg., Stmts and Decls in that -ast-dump) are identified by pointers. It's very reliable in the sense that no two objects would ever have the same pointer at the same time, but it's unpleasant that pointers change across runs. Having deterministic identifiers instead of pointers would aid debugging: imagine a
2018 Aug 29
3
[cfe-dev] Identifying objects within BumpPtrAllocator.
This is a great idea! I personally also wouldn't mind going further in debug builds and actually create and store sequential IDs with the objects and take the small memory hit for improved debuggability. The `PersistentId` field in SelectionDAG works that way and has helped make the output more readable IMO. - Matthias > On Aug 28, 2018, at 5:22 PM, George Karpenkov via llvm-dev
2004 Aug 06
1
bit/bytes
...k (Feed #3) Length3=-1 Version=2 ----------------------------------------------- So for this channel they have 3 possible feeds to spread the load over. You could be clever and set up some sort of 'round-robbin' system to spread the load evenly...but I imagine that in this case it's deteremined by the number of connections per server - Feed #1 fills up to max of say 500 users...so next user is forwarded to Feed #2. <p>Joe. <p>>From: "MacSym" <macsym69@yahoo.fr> >Reply-To: icecast@xiph.org >To: <icecast@xiph.org> >Subject: RE: [icecast] bit...
2002 May 16
5
winbindd not working - linux s/390
Hello all, i'm testing 2.2.4. it seems winbindd is not working on our system (linux Suse 7.3 s/390) the config is exactly the same as with 2.2.3a, which worked fine. from a windows client i can connect to the samba server, and see the shares. but, once i want to connect to a share, it asks me for a password and won't accept the correct one. It looks as if winbindd stops working then. On
2004 Jan 30
2
using VSS on a samba server - no smb locks ?
Hi all, We are considering moving our VSS database from a Win2K server to a samba server. All clients are Win2K clients. I used the VSS tool "testlock.exe" to make sure the native lock mode can be used. The test was successful, and I saw that an SMBlock transaction was performed, and a reply_lockingX was replied. When I opened a VSS database on the samba server and started to use it -
2001 Sep 05
2
Understanding of Vorbis coder
Hi I have gone through the document available in the net regarding the Vorbis encoder /Decoder. Based on that i have prepared a understanding document on the encoder/decoder block. I would like to know whether my understanding of the coder is OK. If there are any other additional block /information pl. provide me with the same. Thanks and regards S.Padmashri <HR NOSHADE> <UL>
2020 Nov 23
0
Time sync not working with Windows 10
On Sun, 22 Nov 2020 09:56:07 Rowland penny <rpenny at samba.org> wrote: > > On 22/11/2020 02:04, Mark Foley via samba wrote: > > From: Mark Foley via samba <samba at lists.samba.org> > > To: "samba at lists.samba.org" <samba at lists.samba.org> > > Subject: Re: [Samba] Time sync not working with Windows 10 > > Date: Thu, 19 Nov 2020
2004 Aug 06
3
bit/bytes
...> ----------------------------------------------- > > So for this channel they have 3 possible feeds to spread the load over. You > > could be clever and set up some sort of 'round-robbin' system to spread the > load evenly...but I imagine that in this case it's deteremined by the number > > of connections per server - Feed #1 fills up to max of say 500 users...so > next user is forwarded to Feed #2. > > > Joe. > > > >From: "MacSym" <macsym69@yahoo.fr> > >Reply-To: icecast@xiph.org > >To: <icecast@xi...
2020 Nov 18
6
Time sync not working with Windows 10
After our office upgraded to Windows 10, time sync stopped working with the Windows workstations. This used to work fine with Windows 7 and still works with linux domain members (although that's not surprising). The Windows 10 workstations ended up operating off the CMOS clock. We didn't notice this for a long time since the CMOS clock drift is slow, but after several months users started
2008 May 20
4
[PATCH O/4] BIO tracking take2
Hi all, With this series of patches, you can determine the owners of any type of I/Os. I ported the previous version to linux-2.6.26-rc2-mm1. This makes dm-ioband -- I/O bandwidth controller -- be able to control the Block I/O bandwidths even when it accepts delayed write requests. Dm-ioband can find the owner cgroup of each request. It is also possible that OpenVz team and NEC Uchida-san team
2008 May 20
4
[PATCH O/4] BIO tracking take2
Hi all, With this series of patches, you can determine the owners of any type of I/Os. I ported the previous version to linux-2.6.26-rc2-mm1. This makes dm-ioband -- I/O bandwidth controller -- be able to control the Block I/O bandwidths even when it accepts delayed write requests. Dm-ioband can find the owner cgroup of each request. It is also possible that OpenVz team and NEC Uchida-san team