Jump to content

Recommended Posts

Posted

PHP's shared memory functions are not enabled on TCH's servers. I presume this is because functions like these are not safe in a shared hosting environment (one user could conceivably hose the entire server).

Posted

wolvesb: FWIW...One program I've found (recommended by several family members here) is Xampp. It's basically a whole Apache server complete with PHP that you can store on a CD or on a USB memory stick. It's excellent for learning PHP (or other programming) without hosing up your site or a server. (Plus it doesn't affect your bandwidth on your site, either!) Just do a google search and you'll find it.

 

Just my $.02 worth!

Posted
PHP's shared memory functions are not enabled on TCH's servers.  I presume this is because functions like these are not safe in a shared hosting environment (one user could conceivably hose the entire server).

 

Are there any lightweight mechanisms to communicate between two simultaneously running PHP scripts that will work in the TCH environment? Or do I just do file or database I/O?

Posted

I am not aware of any, but I don't really know much about this particular subject. I have to admit I'm at a bit of a loss to understand how or why you'd have 2 PHP scripts running at the same time that needed to communicate with each other on the server. :D

 

I think you could do what you want with the methods you describe (file or database I/O), if there are no other options available on the server.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...