Sponsored Content
Full Discussion: Smt
Operating Systems AIX Smt Post 91137 by balaji_prk on Wednesday 30th of November 2005 01:47:34 AM
Old 11-30-2005
You can use "smctl" command to enable SMT..

smtctl -m off - to disable SMT
smtctl -m on - to enable SMT

Bala
 

3 More Discussions You Might Find Interesting

1. HP-UX

Anything like AIX's SMT?

I'm working on a system to monitor a wide-range of Unix platforms, and I'd like to know if HP-UX has anything similar to AIX's SMT (simultaneous multithreading)? If there a way to separate an HP-UX CPU into multiple logical partitions which can then act as multiple CPUs? Thanks in advance, Dave (0 Replies)
Discussion started by: DaveZeltserman
0 Replies

2. AIX

Enable SMT

How to enable SMT in aix 5.2 ml 9? If i run smtctl it gives error ksh: smtctl: not found. please tell me if SMT is supported in 5.2 (4 Replies)
Discussion started by: vjm
4 Replies

3. AIX

Shared-SMT-4 vs Dedicated-SMT-4 on capped LPAR

Hi, I have a POWER8 server running in Processor Implementation Mode: POWER 7. I have 2 LPAR's, both are capped with 4 cores. One of them displays: Shared-SMT-4 and the other: Dedicated-SMT-4 What is the difference when running in capped mode? Thanks (1 Reply)
Discussion started by: amitlib
1 Replies
curl_multi_cleanup(3)						  libcurl Manual					     curl_multi_cleanup(3)

NAME
curl_multi_cleanup - close down a multi session SYNOPSIS
#include <curl/curl.h> CURLMcode curl_multi_cleanup( CURLM *multi_handle ); DESCRIPTION
Cleans up and removes a whole multi stack. It does not free or touch any individual easy handles in any way - they still need to be closed individually, using the usual curl_easy_cleanup(3) way. The order of cleaning up should be: 1 - curl_multi_remove_handle(3) before any easy handles are cleaned up 2 - curl_easy_cleanup(3) can now be called independently since the easy handle is no longer connected to the multi handle 3 - curl_multi_cleanup(3) should be called when all easy handles are removed RETURN VALUE
CURLMcode type, general libcurl multi interface error code. SEE ALSO
curl_multi_init(3),curl_easy_cleanup(3),curl_easy_init(3) libcurl 7.9.5 1 March 2002 curl_multi_cleanup(3)
All times are GMT -4. The time now is 06:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy