Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-08-2008, 05:55 AM
Member
 
Join Date: Sep 2008
Posts: 1
Rep Power: 0
kskinner is on a distinguished road
Default 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.
Bookmark Post in Technorati
Reply With Quote
  #2 (permalink)  
Old 09-08-2008, 06:00 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 6,525
Rep Power: 9
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Default
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.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Someone helped you?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
their helpful post.
Help:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Resources:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Web:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Tips:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Http change to HTTP\SSL ballyv24 Advanced Java 0 05-14-2008 11:32 AM
storing and retrieving a file as such anil_manu Advanced Java 0 03-11-2008 01:27 PM
Storing data permanently shaungoater New To Java 2 03-10-2008 04:18 PM
Storing Data Khorod New To Java 1 08-03-2007 05:48 AM
SOAP over HTTP/POST sabatier NetBeans 0 07-10-2007 08:04 AM


All times are GMT +2. The time now is 09:31 PM.



VBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org