Hi

IM programming an irc client in c++ using winsock.....

im using "send function" to send text

the problem is that i need to send a large degree(amount) of text
is aobut 20 lines or more.....

but it is very slow

because i have a text file so i load the text file and i read it so after i read it i send what i read to the irc.....


i have tried sending line per line without getting results

so i tried to read siex lines (of the text) and send them, but the first six it sends fast but no the rest of lines.....



and i tested sending a large degree of text with mirc and it sends really faster..



so i want to know how does mirc do

or if you can give me another solution i ll be really grateful


Thanks

Last edited by Stevenmn; 18/04/08 12:09 AM.