Help managing temporary objects
From: Diego F. (diegofr_at_NOterra.es)
Date: 04/11/04
- Next message: Mohamoss: "RE: C# equivalent statement for vb "Like" statement?"
- Previous message: Garibaldi: "Return Data Regex Doesn't Isolate - Yikes"
- Next in thread: mickey williams: "Re: Help managing temporary objects"
- Reply: mickey williams: "Re: Help managing temporary objects"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 11 Apr 2004 18:37:49 +0200
I'm developing an application that uses a web service. The initial idea was
sending objects to the web service and storing during the execution in a
Hashtable, so I could get them back to the application via web methods.
Now I know that I can't store objects in a web service and I should
serialize it and opening it again. This might be a bit slow. Is there
another way to do this? I was thinking in building a windows application
that mantains the hash table, but I think I can't send the objects from the
web service to the application.
Any idea?
Regards,
Diego F.
- Next message: Mohamoss: "RE: C# equivalent statement for vb "Like" statement?"
- Previous message: Garibaldi: "Return Data Regex Doesn't Isolate - Yikes"
- Next in thread: mickey williams: "Re: Help managing temporary objects"
- Reply: mickey williams: "Re: Help managing temporary objects"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|