Sponsored Content
The Lounge What is on Your Mind? UNIX.com Hello World HUD YT Video Post 303035915 by Neo on Saturday 8th of June 2019 01:14:13 PM
Old 06-08-2019
Thanks.

I have a much nicer one in the YT queue being processed.

It's called "The Myth of the Singularity" and it is like a "Save the Planet" public service announcement, which I really enjoyed producing today.

It's runs about two and a half minutes and is my favorite to date.

I guess it will not process today, since it seems to be stuck in YT's processing queue and I need to sleep soon!
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

new to unix world

Need a lot of help, need to find information on unix and how to use it, Has anybody ues the learnkey videos on unix teaching. (5 Replies)
Discussion started by: winter
5 Replies

2. UNIX for Dummies Questions & Answers

Click here for the best unix in the world!!!!

To anyone who asks which Unix is the best... or which one I should use... Probably the best timeline I have ever seen. Read this link... http://www.levenez.com/unix/history.html#08 (0 Replies)
Discussion started by: Kelam_Magnus
0 Replies

3. UNIX for Dummies Questions & Answers

new user to the next generation of the new WORLD UNIX

am a windows Prof .... i deside to go with the UNIX .... but how can i start ......plz help me ........ (1 Reply)
Discussion started by: ekarak
1 Replies

4. UNIX for Dummies Questions & Answers

Unix in the banking world

Hi I have recently joined a bank as a tester. Initially I will be working on some test scripts and then I will be testing their data warehouse using SQL and Unix. I do have a very basic knowledge and understanding of both unix and sql. I am not sure how I will be using Unix to test their ... (2 Replies)
Discussion started by: kartikkumar84@g
2 Replies

5. What is on Your Mind?

The Language of the Unix World should Change

We should put an end to saying "orphan", "kill child", "zombie". Anyone, We should change the awful metaphors used in the language of managing Unix processes. I believe that this still humbly local initiative hides a great importance of how the world of Unix looks and feels to every user. ... (18 Replies)
Discussion started by: tonank
18 Replies

6. Shell Programming and Scripting

Need help on unix scripting. I am at hello world level. Your help would be greatly appreciated.

Need to automate the following steps (OS--> AIX ) 1. cd /advx/R8.1MR2/TOP/logs ( I navigate to this directory) 2. Monitor the current date ULOG for specific error pattern => ls -lrt ULOG.08* -rw-rw-rw- 1 vssrt vssgrp 24370 Aug 01 23:57 ULOG.080112 -rw-rw-rw- 1 vssrt vssgrp ... (6 Replies)
Discussion started by: krchakr
6 Replies

7. What is on Your Mind?

Mad World Remix of Moby Video (Are You Lost In The World Like Me)

This is an excellent video comment on modern society and the remix is good too: https://www.youtube.com/watch?v=5DU1B_XkyIk 5DU1B_XkyIk Watch the video above and post your comments. (3 Replies)
Discussion started by: Neo
3 Replies

8. What is on Your Mind?

UNIX: Building The Most Important OS in the World By John Loeffler

Nice UNIX history article by John Loeffler, February, 05th 2019 UNIX: Building The Most Important OS in the World The most widely used operating system in the world was a project born out of failure. (0 Replies)
Discussion started by: Neo
0 Replies
bcanput(9r)															       bcanput(9r)

NAME
bcanput - STREAMS: Tests for flow control in a specified priority band SYNOPSIS
#include <sys/stream.h> int bcanput( queue_t *message_queue, unsigned char pri ); ARGUMENTS
Specifies a pointer to the message queue. The typedef queue_t is an alternate name for struct queue_entry *. Specifies the priority of the message. DESCRIPTION
The bcanput interface, like the canput interface, searches through the stream (starting at the message queue identified by the mes- sage_queue argument) until it finds a queue that contains a service interface where the message can be enqueued or until it reaches the end of the stream. If bcanput finds a service interface in a queue, it tests the queue to determine if there is space in the queue to accommo- date a message. If the queue is full, bcanput sets the q_flag member of the queue_entry structure pointer (the message queue) to the con- stant QWANTW to back-enable the caller's service interface. If the pri argument is zero(0), bcanput calls the canput interface, which performs the task of checking for space in the message queue. NOTES
You are responsible for both testing a queue with bcanput and not placing a message on the queue if bcanput fails. RETURN VALUES
The bcanput interface returns a value of 1 if a message of priority pri can be placed on the message queue, or if the band does not yet exist on the queue. The interface returns a value of zero(0) if the priority band is flow-controlled. SEE ALSO
Kernel Routines: canput(9r), putbq(9r), putnext(9r) Programmer's Guide: STREAMS bcanput(9r)
All times are GMT -4. The time now is 09:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy