Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Call to undefined function sem_get()
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Call to undefined function sem_get()
Call to undefined function sem_get()
10-01-2016 4:30 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Given the trouble I was having with sessions I thought I'd try to roll my own. But I need a semaphore to stop multiple http requests geting in each others way. However when I try this is get the above error.
Do I need to do something special to use semaphones be used in this hosting environment, or are they unavailable?
Peter
Do I need to do something special to use semaphones be used in this hosting environment, or are they unavailable?
Peter
Message 1 of 5
(1,876 Views)
4 REPLIES 4

Not applicable
Re: Call to undefined function sem_get()
10-01-2016 4:43 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Message 2 of 5
(933 Views)
Re: Call to undefined function sem_get()
10-01-2016 6:46 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks Mook. Is compiling PHP something we can do from within the plusnet hosting environment? I assumed it was a shared environment and we couldn't do stuff like that.
Peter
Peter
Message 3 of 5
(933 Views)

Not applicable
Re: Call to undefined function sem_get()
10-01-2016 7:23 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
TBH I am not the person to ask, but I seriously doubt it, but you never know. But I am sure others will clarify but you may need to wait until morning till a member of the PN staff is available.
Message 4 of 5
(933 Views)
Re: Call to undefined function sem_get()
10-01-2016 9:07 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
A single PHP binary is provided by Hostopia to be shared by all users of the Plusnet cgi cluster. We aren't able to compile our own.
As far as I can tell semaphore support has not been compiled into our copy so associated functions will not be available.
David
As far as I can tell semaphore support has not been compiled into our copy so associated functions will not be available.
David
David
Message 5 of 5
(933 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Call to undefined function sem_get()