search for: _per

Displaying 8 results from an estimated 8 matches for "_per".

2007 May 09
2
Heavy Weather / Serial Port issues
...CPU. And it's _really_ _really_ slow. When the GUI comes up - it makes requests via the serial port to get the data for about 15 different fields that are displayed. With an older version of wine (same hardware) - this took about 2 seconds to get all 15 fields. Now, it takes about 5 seconds _per field_ to get the data. Eventually, all of the fields fill in - but CPU usage stays locked at 100% - and any interaction that I try to have with the application is really slow. The application then crashes within 3 to 4 minutes. Now, I know my hardware is not very fast, or modern. But there is...
2004 Aug 06
1
Downsampling mp3 on-demand streams
Hello, We're streaming radio programs at both 128kbsp and 32kbps, but only archiving the 128kbps stream to save storage space. I'd like to give users a similar choice of bitrates when they request an archived stream (served through icecast's /file/ functionality). Is there a way to change the bitrate on the fly, or do I really need to save archive both bitrates? Thanks for the
2010 Dec 21
1
shared boxes
Hi there, is it possible in any way to have private seen flags for users in a shared mailbox? http://wiki2.dovecot.org/SharedMailboxes/Shared says no, but i'm not sure, if newer mailbox formats can do this... like mdbox oder something like that. thanks for your help Tobi --
2006 May 19
2
DAAP maybe? (Re: multichannel streaming)
Hi, Would DAAP help somehow? Digital Audio Access Protocol <http://www.opendaap.org/> I do believe since it's based on iTunes, and one can "scrub" a properly networked file with iTunes, that it's DAAP actually includes this feature. But both ends must be using this protocol. (iTunes by itself can only share playlists with your intra-net shared machines. It is
2018 Sep 27
4
OptBisect implementation for new pass manager
...before the limit is reached being consistent and > repeatable. My inclination would be to not allow parallel compilation when > opt-bisect is enabled. I don't have a strong opinion here, but just as a data point: my mental model here is to expect bisect to expect a deterministic outcome _per module_. That model isn't threatened by parallel execution. Cheers, Philip > I can imagine cases where you might specifically want to debug something > that only happens in a parallel build, but it's more difficult to imagine > something that only happens in a parallel build an...
2007 Mar 19
6
Best way to migrate from Qpopper to Dovecot
Hi List, what do you think is the best way to migrate (to a new maschine) round about 30000 mboxes (Qpopper) with an amount of 43Gigs data, to maildir format (Dovecot). I think there are two ways: 1. - stop services (smtp and pop3) on the old maschine - copy the mboxes to the new maschine - run a conversion script (for excample: "Perfect_maildir" http://perfectmaildir.home-dn.net/)
2018 Sep 28
3
OptBisect implementation for new pass manager
...reached being consistent and repeatable. My inclination would > be to not allow parallel compilation when opt-bisect is enabled. > > I don't have a strong opinion here, but just as a data point: my > mental model here is to expect bisect to expect a deterministic > outcome _per module_. That model isn't threatened by parallel execution. > > Cheers, > > Philip > > I can imagine cases where you might specifically want to debug > something that only happens in a parallel build, but it's more > difficult to imagine something that on...
2018 Sep 26
12
OptBisect implementation for new pass manager
Greetings! As the generic Pass Instrumentation framework for new pass manager is finally *in*, I'm glad to start the discussion on implementation of -opt-bisect through that framework. As it has already been discovered while porting other features (namely, -time-passes) blindly copying the currently existing legacy implementation is most likely not a perfect way forward. Now is a chance