search for: garaunteed

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

Did you mean: garanteed
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 c...
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
We're running Samba 1.9.18p8 (non-PDC) on solaris 2.5.1. Everything works well except that file permissions are inconsistently assigned. Specifically, we are sharing users public_html directories which are mapped automatically by a policy when they logon a WinNT 4sp3 workstation so that a users can, theoretically, copy web pages from a diskette or other server to their web directories using
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