PHP Classes

PHP Classes blog

Recommend this page to a friend!

Latest PHP Classes blog posts

  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article  
  1987 - 1978   ...   357 - 348   347 - 338   337 - 328   327 - 318   317 - 308   307 - 298   297 - 288   287 - 278   277 - 268   267 - 258   257 - 248   247 - 238   ...   7 - 1  

276. PHP IPC with Daemon Service using Message Queues, Shared Memory and Semaphores

Updated on: 2015-04-23

Posted on:

In a previous article, we learned how to create a simple daemon service in PHP to monitor and process an important activity on a machine in the background.

Now we move with a more advanced topic which is how daemon processes can communicate with other programs, or with other instances of the same daemon process.

Read this article to learn how to perform IPC, Inter-Process communication in PHP to send and receive data using message queues, as well as to transmit large volumes of data using shared memory, an using semaphores to prevent problems caused by simultaneous accesses.


Blog More ...   Post a comment Post a comment   See comments See comments (2)   Trackbacks (0)

275. Readying PHP 7 for its Release - Lately in PHP podcast episode 58

Updated on: 2015-04-23

Posted on:

According to the proposed PHP 7.0 timeline, on March 16 started a period on which there will be only finalization and testing of the implementation of proposed features.

This was one the main topics commented by Manuel Lemos and Arturs Sosins in the episode 58 of the Lately in PHP podcast.

They also commented on important approved features like the scalar type hinting, exceptions in the engine, anonymous classes, and the proposal to have consistent function names.

They also talked about interesting articles like one about urgent maintenance tasks site owners need to perform, improving MongoDB applications with Symfony listeners and creating PHP daemon services.

Listen to the podcast, or watch the hangout video, or read the transcript to learn more about these interesting PHP topics.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

274. PHP and JavaScript Innovation Award Report April 2015 Edition - January 2015 nominees

Updated on: 2015-04-20

Posted on:

This is the April edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of January 2015.

Listen to the podcast, or watch the hangout video, or read the transcript to learn why the nominated packages were considered to be innovative.


Blog More ...   Post a comment Post a comment   See comments See comments (1)   Trackbacks (0)

273. 5 Urgent Maintenance Tasks You May Need to Perform on Your Site Now

Updated on: 2015-04-17

Posted on:

The recent times have been crazy for developers and Webmasters that strive to keep their sites running without disruptions.

What happens is that several important external sites and services are changing their APIs or introducing new rules that may break the code of your sites.

Read this article to learn about some important sites and APIs that are changing, so you can check if you need to perform urgent maintenance tasks to keep your sites working without troubles.


Blog More ...   Post a comment Post a comment   See comments See comments (5)   Trackbacks (0)

272. Team Communication Starts with HipChat

Updated on: 2015-03-31

Posted on:

HipChat combines every communication method you’d ever need—IM, group chat, screen sharing, file sharing, link sharing, video and voice calling—into a single solution.

Working remotely, working across time zones, and working with the person right next to you becomes infinitely simpler and more efficient. Find out more.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

271. How PHP 7 Can Help You Write Better Tests

Updated on: 2015-03-30

Posted on:

With the introduction strict type hinting, PHP 7 will creating more robust tests that will help us to develop better quality code.

Read this article to learn how you can write more robust tests in practice with the help of strict type hinting.


Blog More ...   Post a comment Post a comment   See comments See comments (9)   Trackbacks (0)

270. Creating a PHP Daemon Service

Updated on: 2015-03-27

Posted on:

Daemons are special applications that can monitor and process an important activity on a machine in the background.

Read this article to learn how to create a daemon in pure PHP, handling signals, handle multiple asynchronous I/O and events with libevent, monitoring daemon performance, starting the daemon and distribute your daemon application as a PHAR archive.


Blog More ...   Post a comment Post a comment   See comments See comments (12)   Trackbacks (0)

269. PHP 7 Scalar Type Hinting Finally Approved

Updated on: 2015-03-24

Posted on:

After a long debate, a proposal to implement type hinting for scalar function parameters and return values was just approved with the highest vote count so far.

Read this article to understand what scalar type hinting is and how you can benefit from it when you will run your code with PHP 7.


Blog More ...   Post a comment Post a comment   See comments See comments (17)   Trackbacks (0)

268. Improving the use of a MongoDB database with the help of Symfony Listeners

Updated on: 2015-03-22

Posted on:

Sometimes applications need to filter large amounts of information to show to the user a small subset of relevant data.

However, when the amount data to filter is too large, it may not be feasible to filter the information retrieving the whole data into memory.

Read this article to learn about an alternative approach using a MongoDB document and Symfony listeners to limit the amount of data that needs to be traversed in memory.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

267. PHP and JavaScript Innovation Award Report March 2015 Edition - December 2014 nominees

Updated on: 2015-03-18

Posted on:

This is the March edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of December 2014.

Listen to the podcast, or watch the hangout video, or read the transcript to learn why the nominated packages were considered to be innovative.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

  1987 - 1978   ...   357 - 348   347 - 338   337 - 328   327 - 318   317 - 308   307 - 298   297 - 288   287 - 278   277 - 268   267 - 258   257 - 248   247 - 238   ...   7 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article