How do I dump output to cut buffer.

How do I dump output to cut buffer.

Post by Greg Turne » Thu, 04 Feb 1999 04:00:00



Hello all,

  To start I will let you know what my environment is:

HPUX-9.03  OS
HPVUE window manager

  Does anyone know how to take the standard out of a command and put it
into the cut buffer of VUE?  I want to be able to run a script and have
its output put into the cut buffer so I can "paste" it into an
application running under VUE.  I don't know where to start looking so I
have come here first!

Please respond to my email as well as posting.

Thanks in advance for your help.

Greg Turney

 
 
 

1. doing buffered RPC via clnt_call: how to do a buffer flush?

Hi,

   at the university I am trying to write a fast client/server application
using RPC (tcp mode).
For this I am trying to force RPC to buffer RPC calls which do not need a return
value locally at the client. This should greatly increase the speed of
my application as I do not have to wait for the servers response at every call.

I have figured out to use the buffered clnt_call
   (see RPCs clnt_tcp.c:
      * TCP based RPC supports 'batched calls'.
      * A sequence of calls may be batched-up in a send buffer.  The rpc call
      * return immediately to the client even though the call was not necessaril
      * sent.  The batching occurs if the results' xdr routine is NULL (0) AND
      * the rpc timeout value is zero (see clnt.h, rpc).
    )
This buffers the RPC locally at the client, but seem not send the RPC call
to the server regulary.

My question:

  How do I force RPC to send the buffer contents from the client to the server?
  (how do I flush the buffer).

Any hint is appreciated.


Many thanks.

-- Birgit

2. Samba 'almost' working - please help

3. Apache customized auth

4. where can i find documentation for "as86"

5. X Cut buffer and emacs

6. C compiler cannot create executables

7. help: Cut/paste buffer shrunk in Xwindows

8. Copying to the cut buffer

9. Writing to the mouse "cut" buffer?

10. Cut/paste buffer screwed up in Xwindows

11. paste X cut-buffer from tcsh command line??