Click here to Skip to main content
15,920,632 members
Home / Discussions / C#
   

C#

 
GeneralRe: Wrapping lines of code Pin
aka the guy6-Oct-03 15:16
aka the guy6-Oct-03 15:16 
GeneralRe: Wrapping lines of code Pin
Mike Ellison6-Oct-03 15:31
Mike Ellison6-Oct-03 15:31 
GeneralRe: Wrapping lines of code Pin
Philip Fitzsimons7-Oct-03 2:56
Philip Fitzsimons7-Oct-03 2:56 
GeneralA Design Question. Pin
jtmtv186-Oct-03 14:29
jtmtv186-Oct-03 14:29 
GeneralRe: A Design Question. Pin
akak19977-Oct-03 11:00
akak19977-Oct-03 11:00 
GeneralRe: A Design Question. Pin
jtmtv187-Oct-03 13:05
jtmtv187-Oct-03 13:05 
GeneralRe: A Design Question. Pin
David Stone7-Oct-03 13:19
sitebuilderDavid Stone7-Oct-03 13:19 
GeneralRe: A Design Question. Pin
jtmtv187-Oct-03 13:51
jtmtv187-Oct-03 13:51 
Well i found from school that using .net remoting can do the samething but i want the raw power of sockets. knowing who is connect when/where/there IP, i assume you can write this into all of your objects and do the same with remoting, but why re-invent the wheel ? and for some reason even though i spent alot of time with remoting in school i seem to beable to use Asyncronous Sockets alot easier, they just make sense to me. And i have alot of power on how i recieve the objects, for example..in my recieving callback i have a stream write the recieved bytes to a file so it doesnt hog up my memory while it waits to download all of the object. This saved alot of memory because sending files encapslated in a class are very large, my socket recieves every connection and give it a unique output and saves the reieved bytes to that output. The unqiue output dir is saved in my state object in my recieve callback and i just reuse that same state object the next time around. Once the object is fully downloaded i move on and decrypt the saved bytes, decompress / reserialize, and the other user recieved it fine. Deep down inside the remoting calls uses sockets as well...although the remoting classes are more user friendly and by all means not dumbed down at all. (it also generates the sockets for you on the fly...which is awesome)

Jesse M.

The Code Project Is Your Friend...
GeneralQuestion about reflection... Pin
Kryal6-Oct-03 12:56
Kryal6-Oct-03 12:56 
GeneralRe: Question about reflection... Pin
leppie6-Oct-03 15:17
leppie6-Oct-03 15:17 
GeneralRe: Question about reflection... Pin
Blake Coverett6-Oct-03 20:20
Blake Coverett6-Oct-03 20:20 
GeneralPheonix Pin
leppie7-Oct-03 7:45
leppie7-Oct-03 7:45 
GeneralRe: Pheonix Pin
Blake Coverett7-Oct-03 15:43
Blake Coverett7-Oct-03 15:43 
GeneralBEGINNER: Help with messaging Pin
BambooMoon6-Oct-03 12:52
BambooMoon6-Oct-03 12:52 
GeneralRe: BEGINNER: Help with messaging Pin
jparsons6-Oct-03 12:54
jparsons6-Oct-03 12:54 
GeneralProblem with embedded NULLs. Pin
Alvaro Mendez6-Oct-03 12:24
Alvaro Mendez6-Oct-03 12:24 
GeneralShell Refresh (Desktop) Pin
Developer @ RGG Network6-Oct-03 10:53
Developer @ RGG Network6-Oct-03 10:53 
GeneralRe: Shell Refresh (Desktop) Pin
jtmtv186-Oct-03 17:53
jtmtv186-Oct-03 17:53 
GeneralRe: Shell Refresh (Desktop) Pin
Developer @ RGG Network6-Oct-03 20:20
Developer @ RGG Network6-Oct-03 20:20 
GeneralRe: Shell Refresh (Desktop) Pin
jtmtv187-Oct-03 13:08
jtmtv187-Oct-03 13:08 
GeneralLogic help: Storing the cast of a movie Pin
tsigo6-Oct-03 10:31
tsigo6-Oct-03 10:31 
GeneralRe: Logic help: Storing the cast of a movie Pin
Daniel M. Edwards6-Oct-03 12:18
Daniel M. Edwards6-Oct-03 12:18 
GeneralRe: Logic help: Storing the cast of a movie Pin
Mike Ellison6-Oct-03 14:47
Mike Ellison6-Oct-03 14:47 
GeneralRe: Logic help: Storing the cast of a movie Pin
tsigo6-Oct-03 14:57
tsigo6-Oct-03 14:57 
GeneralXML Schema Pin
frank216-Oct-03 9:01
frank216-Oct-03 9:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.