Results 1 to 2 of 2
Thread: Storing Array from HTTP Post
- 09-08-2008, 05:55 AM #1
Member
- Join Date
- Sep 2008
- Posts
- 1
- Rep Power
- 0
Storing Array from HTTP Post
I have data in the form of a long text string with custom delimiters that is sent via an HTTP Post to a cell phone. Once received the java program parses the data into twelve string groups, stores each group in an array and then stores each array into a vector. The problem is that this takes too much time to parse out.
I was wondering if there was a better way to handle this transfer. I don't think there's too much flexibility on the HTTP transfer command side, but wasn't sure if there was more flexibility on the parsing side. I can control the format of the text string coming over, so if I can find a more efficient manner of storing the data into the array/vector then that might solve the problem.
- 09-08-2008, 06:00 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
I hope the issue is on array/vector. Because each of your long string output passing through this combination. Think about a way to minimize it as possible.
I can't say anything about it, because I don't know the way you have work out.
Similar Threads
-
Http change to HTTP\SSL
By ballyv24 in forum Advanced JavaReplies: 0Last Post: 05-14-2008, 11:32 AM -
storing and retrieving a file as such
By anil_manu in forum Advanced JavaReplies: 0Last Post: 03-11-2008, 01:27 PM -
Storing data permanently
By shaungoater in forum New To JavaReplies: 2Last Post: 03-10-2008, 04:18 PM -
Storing Data
By Khorod in forum New To JavaReplies: 1Last Post: 08-03-2007, 05:48 AM -
SOAP over HTTP/POST
By sabatier in forum NetBeansReplies: 0Last Post: 07-10-2007, 08:04 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks