Sponsored Content
The Lounge What is on Your Mind? Forum Update: Disabled Home Page Forum Statistics for Guests (Not Registered) Post 302941095 by Neo on Monday 13th of April 2015 06:39:19 AM
Old 04-13-2015
Forum Update: Disabled Home Page Forum Statistics for Guests (Not Registered)

Just a quick update; to speed up the forums, I have disabled the forum statistics on the home page for non registered users.

No changes for registered users.
 

4 More Discussions You Might Find Interesting

1. What is on Your Mind?

JQuery and CSS Flex Code for Responsive Forum Home Page

So far, I have completed making the home page more responsive (except for the forum stats at the top and the WOL box at the bottom, they still use scroll bars). xevV3_iZ8-s For full screen use the link below and set your YT resolution to 1080p60 HD https://youtu.be/xevV3_iZ8-s Here is... (1 Reply)
Discussion started by: Neo
1 Replies

2. Web Development

PHP Changes to WOL for New Forum Home Page

Wrote some PHP code today to make the Who Is Online (WOL) in the forums work properly with the new home page: Wrote this global plugin to add the location to both the user table (for members) and session table (for guests + registered users) <?php if (THIS_SCRIPT != 'misc' and... (0 Replies)
Discussion started by: Neo
0 Replies

3. What is on Your Mind?

Quick Bootstrap Reformat of Forum Staff Page

This page still needs work (complete redesign), but in the meantime, I quickly added some Bootstrap classes to "pretty it up": https://www.unix.com/staff.php https://www.unix.com/staff.php (0 Replies)
Discussion started by: Neo
0 Replies

4. What is on Your Mind?

Mobile: Advanced Forum Statistics to Forum Home Page

For mobile users, I have just added a "first beta" Advanced Forum Statistics to the home page on mobile using CSS overflow:auto; so you can swipe if you need to see more. Google Search Console mobile usability says this page is "mobile friendly" so perhaps this will be useful for some of our... (12 Replies)
Discussion started by: Neo
12 Replies
RDMA_DEREG_MR(3)					   Librdmacm Programmer's Manual					  RDMA_DEREG_MR(3)

NAME
rdma_dereg_mr - deregisters a registered memory region. SYNOPSIS
#include <rdma/rdma_verbs.h> struct ibv_mr * rdma_dereg_mr (struct ibv_mr *mr); ARGUMENTS
mr A reference to a registered memory buffer. DESCRIPTION
Deregisters a memory buffer that had been registered for RDMA or message operations. A user should call rdma_dereg_mr for all registered memory associated with an rdma_cm_id before destroying the rdma_cm_id. RETURN VALUE
Returns 0 on success, or -1 on error. If an error occurs, errno will be set to indicate the failure reason. NOTES
All memory registered with an rdma_cm_id is associated with the protection domain associated with the id. Users must deregister all regis- tered memory before the protection domain can be destroyed. SEE ALSO
rdma_cm(7), rdma_create_id(3), rdma_create_ep(3), rdma_destroy_id(3), rdma_destroy_ep(3), rdma_reg_msgs(3), rdma_reg_read(3), rdma_reg_write(3), ibv_reg_mr(3), ibv_dereg_mr(3) librdmacm 2010-07-19 RDMA_DEREG_MR(3)
All times are GMT -4. The time now is 04:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy