php and linux

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
amolkad
Forum Newbie
Posts: 22
Joined: Tue Jun 01, 2004 7:22 am

php and linux

Post by amolkad »

HI,

I am using socket in my php progrmme. s php do not support multithreading , i need to open and close sockets4 times in my script.
So the process become slow.
Can i use shell script for socket?
Is it become faster?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

last I saw, all operations inside a script are synchronized. So no, it won't get faster. Sockets are normally kinda slow.
Post Reply