Hello all, I need help with some configurations on my php.ini file, when it comes to sockets. I have made a multiuser socket server writen in php, and so far so good, it worked just fine, latly I've been getting some trafic on my application, and when the trafic gets big (about and around 300 users using my socket server at the same time), it all comes down and stops, no wornings or anything. Now... I have read some where some time, but I can't find where, about an attribute in the php.ini file (my server runs apache 2 and php 4.something) that tells the php the amount of data that can be channled via the sockets, and that the default for this is 2M, where I need more, since with about 250-300 users I use more then 2M of data transfer (a sec), and I think that is why my application crashes. (no bandwidth limitation, so far, on my server, it's new, and the guys holding it didn't limit it yet...). Any one can shed some light on this attribute and the syntax for it? Thanks. Yuval Lahav.