search for: garauntee

Displaying 5 results from an estimated 5 matches for "garauntee".

Did you mean: garantee
2004 Oct 16
1
FLAC Process_single... read:write ratio ?
I'm just trying to wrap the flac decoder into a push model class... as i'm having a few threading problems in corner cases. One thing i need to fnid out is... if i call process_single() and let the read callback give the decoder exactly one packet/frame. Is the write_callback garaunteed to only be fired once ? Also one other thing... this where is always crashes... Line 374 in bitbuffer.c, at bit_buffer_clear(...) the state is ABORTED, and blurbs and bits are both ~2^32 and it tries to do a memset. I know the issue is primarily a threading one... is it normal for this to be...
2006 Aug 23
5
Singleton-like Worker
Hello there, I need a Worker Class to be Singleton-like, that means there must be at maximum one Instance at a time. When a new Request is made to create another worker of this type, it should return and wait for the other instance to be destroyed. what i need to do: i have a worker who needs to do sth with java and openoffice, and it seems when i have more tha one worker simultaneously,
1998 Nov 30
0
File permissions incorrectly assigned
...students to use ftp and change permissions on the files. Some of the gloabal settings and the share definition are below. Despite including the create and directory information some users files are still assigned permissions like -rw-------, which is unaccessible from the web. Is there a way to garauntee that a file/directory will be created with the correct permissions or have I missed a step? Thanks, Nate Partenheimer Information Resources Butler University npartenh@butler.edu [global] security = server log level = 2 guest account = nobody homedir map = auto_home lock directory = /opt/...
2001 Dec 19
4
24/96 ?
Hi people, looking around for a new audiocard, my eye fell on the M-audio audiophile 2496. It has 4 digital in/out and is 24bit, 96kHz. The sound quality is very good, if I can believe the reviews. <p>My question is: can vorbis do 24bit, 96kHz ? -- --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list,
2006 Nov 04
13
Caching application data
Hi, say my application has a small 20 row information table in the database that stores names of airlines: "continental", "delta", united" , etc... These names will be used in various pages of the application for all the website users for different actions. They do not expect to change often. what I do now is - when a user logs in - these airline names are queried