Socket pools?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
roby65
Posts: 52
Joined: Sun Jun 01, 2008 9:12 pm
Location: Mid Italy
Contact:

Socket pools?

Post by roby65 »

Hi guys,
i'm porting a msn library but i have a problem:
it uses socket polls (sys/poll.h) that is not in the pspsdk, can someone tell me if the pools work with the psp or if there is a way to get async sockets?

Thank,
Roby
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

Are you talking about poll or pool?
If poll, just use select instead.
If pool, that makes no sense.
roby65
Posts: 52
Joined: Sun Jun 01, 2008 9:12 pm
Location: Mid Italy
Contact:

Post by roby65 »

jimparis wrote:Are you talking about poll or pool?
If poll, just use select instead.
If pool, that makes no sense.
Poll :D
Ok, i will try!
Thanks!
Post Reply