Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~238 People Reached
Favorite Tags
Member Avatar for ←Guybrush→

Ahoy Sailors! So I'm scripting a socket based project in PHP, And now I've got to the stage where I'm needing to start accepting user input, What worries me is that PHP can't do two things & once (I.E Spawning & waiting for input from an interface & listening for …

Member Avatar for diafol
0
99
Member Avatar for ←Guybrush→

Ahoy Sailors! So I'm making a Python built application with the Twisted engine, Where size is a slight issue, Currently compiled under Python26 using Py2Exe, The file stands at 1.8MB (With trimmings), Now my script should work using Python 2.4 which also should decrease the file size considerably, However the …

0
49
Member Avatar for ←Guybrush→

Ahoy Sailors! So I've been racking my brain lately trying to figure out how to serve multiple connections via sockets in PHP. For example so far if two Child scripts connect to my Parent script, The Parent will only start communicating with the earliest connected Child script, Which of course …

0
40
Member Avatar for ←Guybrush→

Ahoy Sailors! So, I'm currently trying to under go a Client/Server based application in PHP, I've got a working server script, But it can only handle one connection & at time. To the best of my knowledge you need to make an array. Could anyone give me an example? Here's …

0
50