36
zantekk
8y

When you need to use PHP for EVERY project 'cause your coworkers don't know other languages... *sigh*

Comments
  • 6
    Still better than some deprecated 90s technology
  • 1
    @yarwest yes, but writing a web crawler with no native threading is a pain in the ass.
  • 2
    You can use queues and jobs. You might have a look at beanstalk and beanstalk console and supervisor to manage them. Then you can scale processing rate with the hardware. Laravel is pretty cool in this kind of stuff.
  • 0
    @zantekk pthreads?
  • 0
    @0tikurt yes, but not included in the default distribution. U need to recompile one yourself.
  • 0
    @Letmecode try Adobe Coldfusion
  • 0
    I wrote one python script once... In a project of probably 500 bash scripts (who writes an entire test automation framework in bash!?!?)... All I can say is screw them
Add Comment