I once had problems with 'at' versus 'cron'.  Cron jobs worked fine, at
jobs didn't.  Tured out that it was a priority issue.  By default 'at'
starts jobs with a low priority.

Try putting the jobs in a higher que with at -q:
   (from 'man at')
   Queues with higher letters run with increased niceness

If thats the problem, the other thing you can do is start the process
with a higher value via nice.

Scott

On Wed, 4 Jun 2003, Fabian Ritzmann wrote:

> Dirk wrote:
>
> > > >Hi all. Can anyone explain me why lavrec doesn't work very well with the
> > > >"at" command?
> > > >
> > > What do you mean under "doesn't work very well"? Could you explain it?
> > >
> > Lots of inserted and deleted frames. When I use directly from
> > commandline there are hardly any inserted or deleted frames.
>
> You probably considered that but just to make sure - did you check that
> there are no fancy screensavers or heavy-duty cron jobs running when the
> at job runs? I'm using a script that shuts down everything but the
> essential processes before recording.
>
> > BTW, I have a debian woody system, maybe this matters?
>
> Using Debian Woody myself and it works fine. (Well, configuring it to my
> liking took a couple of months.)
>
> Fabian
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
> thread debugger on the planet. Designed with thread debugging features
> you've never dreamed of, try TotalView 6 free at www.etnus.com.
> _______________________________________________
> Mjpeg-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/mjpeg-users
>



-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to