Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

yafaray-xml(1) [debian man page]

YAFARAY(1)																YAFARAY(1)

NAME
yafaray - Yet Another Free RAYtracer DESCRIPTION
yafaray [options] file_to_render DESCRIPTION
yafaray is an advanced raytracing rendering systems that accepts an XML input file and produces an image output file based on its contents. OPTIONS
-s strategy Use strategy to render the scene, where strategy is either threaded (fork multiple threads, which is the default), mono (use a single thread and process), or fork (fork multiple processes). fork is not implemented yet. -c N Use N processes or threads (depends on the strategy), for operating on an SMP computer or cluster. -r min_x:max_x:min_y:max_y Render only part of the frame, values between -1 and 1. The whole image is -r -1:1:-1:1. -z Optimize for running on a cluster by gzipping some data passed between processes. -p path Set an alternative path for the plugins. -v Show the program version. SEE ALSO
See the documentation on the website for more information <http://www.yafaray.org/>. AUTHOR
This manual page was written by Nick Rusnov <nickrusnov@debian.org> for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. 2011-07-20 YAFARAY(1)

Check Out this Related Man Page

JAILTOOL(1)						      General Commands Manual						       JAILTOOL(1)

NAME
jailtool -- Tool to build chroot-jails for daemons. SYNOPSIS
jailtool [-s] [.jail-file] DESCRIPTION
This manual page documents briefly the jailtool command. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has docu- mentation in the README file. jailtool is a program that... OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. -h --help Show summary of options. -v --version Show version of program. SEE ALSO
bar (1), baz (1). The programs are documented fully by The Rise and Fall of a Fooish Bar available via the Info system. AUTHOR
This manual page was written by Alexander Neumann alexander@debian.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. JAILTOOL(1)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Process based code vs. Thread based code

I am just wondering on which is the best way to write programs on UNIX. Which one is better from below: a) Spawning threads per client connection/request? b) fork-exec new processes per client connection/request? Assume that I am doing some database system on linux which is supposed to run... (3 Replies)
Discussion started by: rkalyankumar
3 Replies

2. UNIX for Dummies Questions & Answers

cannot fork process on IBM - AIX

Hi, Currently, I'm getting the foll error on an IBM AIX /etc/profile: 0403-030 The fork function failed. Too many processes already exist. How can i check the current no. of processes which can run simultaneously on an IBM AIX machine for oracle user and how can i change ? Thanks Vin (1 Reply)
Discussion started by: win_vin
1 Replies

3. Linux

Does anyone have a copy of OpenMosix 2.4.26?

I want to build a load-balancing cluster and the multiprocess support that I read about: 'Any single program that can run as multiple processes can benefit from OpenMosix: "The GIMP" photo editor and the "kandel" fractal generator are known to do this. Unless I can find a load-balancing... (0 Replies)
Discussion started by: Advice Pro
0 Replies

4. Shell Programming and Scripting

Need help in finding filesize , moving file , gzipping file

Hi , Please help with the following questions 1) how can i find size of a file ? i have written du -k $flname > s1 . Is this right ? Any other better suggeastions ? 2) how do I use mv command for moving the file ? I need the syntax with some examples 3) Command for printing the total... (1 Reply)
Discussion started by: Learning!
1 Replies

5. Programming

IPC-using fork() in a loop

I need to write a program which creates some n number of processes first and also creates a fifo for each of them, then it connects to the server and.. I tried creating these processes with fork() in a for loop but it doesn't print out what i write inside the child.. for(int count = 0; count... (7 Replies)
Discussion started by: saman_glorious
7 Replies

6. Shell Programming and Scripting

fork processes

Hi, How to count how many processes opened by fork function in perl. Thanks (10 Replies)
Discussion started by: Anjan1
10 Replies